We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20ee7a7 commit 2ac12f8Copy full SHA for 2ac12f8
.github/workflows/build.yml
@@ -29,4 +29,4 @@ jobs:
29
30
- name: Push Docker image
31
run: |
32
- docker push
+ docker push ghcr.io/${{ github.repository }}:latest
0 commit comments