We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af03174 commit 92d7fb0Copy full SHA for 92d7fb0
.github/workflows/docker.yml
@@ -41,7 +41,9 @@ jobs:
41
push: true
42
tags: |
43
${{ github.repository }}:latest
44
+ ${{ github.repository }}:${{github.ref_name}}
45
ghcr.io/${{ github.repository }}:latest
46
+ ghcr.io/${{ github.repository }}:${{github.ref_name}}
47
- name: Sync readme.md to docker hub
48
uses: ms-jpq/sync-dockerhub-readme@v1
49
with:
0 commit comments