From e25909251c915522f7f93ddf4de63c3bbe6b9fac Mon Sep 17 00:00:00 2001 From: Matthias Guillitte Date: Thu, 16 Jul 2026 17:18:08 +0200 Subject: [PATCH] Oopsie beginning --- .github/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 615c8d0..1924b5f 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -29,7 +29,7 @@ jobs: - name: Build and push Docker image run: | 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: needs: build-image