Skip to content

Commit 0c6814b

Browse files
authored
Merge pull request #16 from Ryder-07/main
resolving the issue #14 Change GHA Runner image name
2 parents 4939670 + 0db2951 commit 0c6814b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/publish-image.yml

+3-2
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>
22-
IMAGE_NAME: ${{ github.repository }}
21+
# IMAGE_NAME maps to the Docker image name
22+
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)