Skip to content

Commit 92d7fb0

Browse files
tag added
1 parent af03174 commit 92d7fb0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ jobs:
4141
push: true
4242
tags: |
4343
${{ github.repository }}:latest
44+
${{ github.repository }}:${{github.ref_name}}
4445
ghcr.io/${{ github.repository }}:latest
46+
ghcr.io/${{ github.repository }}:${{github.ref_name}}
4547
- name: Sync readme.md to docker hub
4648
uses: ms-jpq/sync-dockerhub-readme@v1
4749
with:

0 commit comments

Comments
 (0)