diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d2d8866..5af98dd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }}