Merge pull request #111 from cartsnitch/fix/ci-api-docker-context

fix(ci): correct API Docker build context to api/ directory
This commit is contained in:
cartsnitch-cto[bot]
2026-04-03 17:12:38 +00:00
committed by GitHub
+2 -2
View File
@@ -334,8 +334,8 @@ jobs:
- name: Build and push API Docker image
uses: docker/build-push-action@v6
with:
context: .
file: ./api/Dockerfile
context: ./api
file: ./Dockerfile
push: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}