Skip to content

Commit bdbc116

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ env:
1919
# Use docker.io for Docker Hub if empty
2020
REGISTRY: ghcr.io
2121
# github.repository as <account>/<repo>
22-
IMAGE_NAME: ${{ github.repository }}
22+
IMAGE_NAME: cncf/external-gha-runner
2323
# Map current release tag to the version of booty
2424
BOOTY_VERSION: $GITHUB_REF_NAME
2525
# Map last repo update to the build timestamp

0 commit comments

Comments
 (0)