Skip to content

Commit 2ac12f8

Browse files
committed
fix: build
1 parent 20ee7a7 commit 2ac12f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
3030
- name: Push Docker image
3131
run: |
32-
docker push
32+
docker push ghcr.io/${{ github.repository }}:latest

0 commit comments

Comments
 (0)