Skip to content

Commit 4c961af

Browse files
authored
fix(ga): Remove one _ (#1006)
1 parent 9d84539 commit 4c961af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-docker-registry-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,4 +213,4 @@ jobs:
213213
context: ./dockerfiles/cpp
214214
platforms: linux/amd64, linux/aarch64
215215
push: true
216-
tags: ghcr.io/${{ env.REPO_NAME }}/jenkinsci-tutorials:cpp__${{ env.BRANCH }}
216+
tags: ghcr.io/${{ env.REPO_NAME }}/jenkinsci-tutorials:cpp_${{ env.BRANCH }}

0 commit comments

Comments
 (0)