Skip to content

Commit 077ea0a

Browse files
committed
add missing argument
1 parent fddb9ef commit 077ea0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-ghcr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ jobs:
2929
3030
- name: Build and push docker image
3131
run: |
32-
docker build --tag ghcr.io/szarbartosz/hedgeapp-back:$IMAGE_TAG
32+
docker build --tag ghcr.io/szarbartosz/hedgeapp-back:$IMAGE_TAG .
3333
docker push ghcr.io/szarbartosz/hedgeapp-back:$IMAGE_TAG

0 commit comments

Comments
 (0)