Skip to content

Commit e26e9db

Browse files
committed
Update docker image tag format in workflow file
1 parent a64f003 commit e26e9db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
context: .
3535
push: true
3636
tags: |
37-
ghcr.io/${{ github.repository }}:${{ github.event.repository.name }}:${{ github.ref_name }}
37+
ghcr.io/${{ github.repository }}/${{ github.event.repository.name }}:${{ github.ref_name }}

0 commit comments

Comments
 (0)