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