Skip to content

Commit e1d2604

Browse files
authored
Update prod.yml
1 parent 5b13748 commit e1d2604

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/prod.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ jobs:
4848
id: push
4949
uses: docker/build-push-action@v6
5050
with:
51-
context: ./api.Dockerfile
51+
context: .
52+
file: ./api.Dockerfile
5253
push: true
5354
tags: ${{ steps.meta.outputs.tags }}
5455
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)