Skip to content

Commit e08dd44

Browse files
authored
Update Docker image tag format in releases workflow
1 parent 3c468af commit e08dd44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/releases.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ jobs:
5050
context: .
5151
file: ./Dockerfile.release
5252
push: true
53-
tags: ${{ env.REGISTRY }}/${{ github.repository_owner }}/$(echo ${{ github.repository }} | cut -d'/' -f2):${{ github.ref_name }}
53+
tags: ghcr.io/${{ github.repository }}:${{ github.ref_name }}

0 commit comments

Comments
 (0)