Skip to content

Commit 0ea60b7

Browse files
committed
Update build-and-push-docker-image.yml
1 parent e9a6848 commit 0ea60b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-push-docker-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ jobs:
5757
- name: Build and push image
5858
uses: docker/build-push-action@v3
5959
with:
60-
context: ./api
61-
file: ./api/docker/Dockerfile.prod
60+
context: api
61+
file: api/docker/Dockerfile.prod
6262
build-args: |
6363
NODE_VERSION=${{ steps.node_version.outputs.version }}
6464
tags: ${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)