Oopsie beginning
Build, push image, and notify Watchtower / build-image (push) Successful in 56s
Build, push image, and notify Watchtower / notify (push) Failing after 2m19s

This commit is contained in:
2026-07-16 17:18:08 +02:00
parent 4a3c4b8c96
commit e25909251c
+1 -1
View File
@@ -29,7 +29,7 @@ jobs:
- name: Build and push Docker image - name: Build and push Docker image
run: | run: |
docker build --file cloud/Dockerfile -t git.matthiasg.dev/ninluc/smartwave-api:latest . docker build --file cloud/Dockerfile -t git.matthiasg.dev/ninluc/smartwave-api:latest .
docker push --file cloud/Dockerfile git.matthiasg.dev/ninluc/smartwave-api:latest docker push git.matthiasg.dev/ninluc/smartwave-api:latest
notify: notify:
needs: build-image needs: build-image