We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9a6848 commit 0ea60b7Copy full SHA for 0ea60b7
1 file changed
.github/workflows/build-and-push-docker-image.yml
@@ -57,8 +57,8 @@ jobs:
57
- name: Build and push image
58
uses: docker/build-push-action@v3
59
with:
60
- context: ./api
61
- file: ./api/docker/Dockerfile.prod
+ context: api
+ file: api/docker/Dockerfile.prod
62
build-args: |
63
NODE_VERSION=${{ steps.node_version.outputs.version }}
64
tags: ${{ steps.meta.outputs.tags }}
0 commit comments