Skip to content

Commit 0db2951

Browse files
committed
resolving the issue #14 Change GHA Runner image name
Signed-off-by: Ryder-07 <[email protected]>
1 parent bdbc116 commit 0db2951

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish-image.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ on:
1818
env:
1919
# Use docker.io for Docker Hub if empty
2020
REGISTRY: ghcr.io
21-
# github.repository as <account>/<repo>
21+
# IMAGE_NAME maps to the Docker image name
2222
IMAGE_NAME: cncf/external-gha-runner
23+
2324
# Map current release tag to the version of booty
2425
BOOTY_VERSION: $GITHUB_REF_NAME
2526
# Map last repo update to the build timestamp

0 commit comments

Comments
 (0)