another test v2
Build and Deploy Docker / build (push) Successful in 1m4s

This commit is contained in:
2026-06-29 23:33:23 +02:00
parent 356b64835f
commit b5335c8bba
+2 -1
View File
@@ -26,6 +26,7 @@ jobs:
- name: Build and push - name: Build and push
uses: docker/build-push-action@v6 uses: docker/build-push-action@v6
with: with:
context: service/. context: .
file: ./service/Dockerfile
push: true push: true
tags: git.rhost.ovh/${{ github.repository }}:latest tags: git.rhost.ovh/${{ github.repository }}:latest