Skip to content

Commit 9516933

Browse files
committed
fix(github): Correct tag format for cpp agent in Docker registry push
1 parent 1c291f8 commit 9516933

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_agent_${{ env.BRANCH }}
216+
tags: ghcr.io/${{ env.REPO_NAME }}/jenkinsci-tutorials:cpp__${{ env.BRANCH }}

0 commit comments

Comments
 (0)