Skip to content

Commit 795c391

Browse files
committed
Fix tag name
1 parent 8407d2a commit 795c391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ jobs:
3838
context: .
3939
file: ./Dockerfile
4040
push: true
41-
tags: ghcr.io/slaclab//smurf-rogue:${{ steps.get_tag.outputs.tag }}
41+
tags: ghcr.io/slaclab/smurf-rogue:${{ steps.get_tag.outputs.tag }}
4242
build-args: branch=${{ steps.get_tag.outputs.tag }}

0 commit comments

Comments
 (0)