fix(ci): use api/Dockerfile in build-and-push-api job

fix(ci): use api/Dockerfile in build-and-push-api job
This commit is contained in:
cartsnitch-cto[bot]
2026-04-03 19:53:46 +00:00
committed by GitHub
+1 -1
View File
@@ -335,7 +335,7 @@ jobs:
uses: docker/build-push-action@v6
with:
context: ./api
file: ./Dockerfile
file: ./api/Dockerfile
push: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}