We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4939670 + 0db2951 commit 0c6814bCopy full SHA for 0c6814b
.github/workflows/publish-image.yml
@@ -18,8 +18,9 @@ on:
18
env:
19
# Use docker.io for Docker Hub if empty
20
REGISTRY: ghcr.io
21
- # github.repository as <account>/<repo>
22
- IMAGE_NAME: ${{ github.repository }}
+ # IMAGE_NAME maps to the Docker image name
+ IMAGE_NAME: cncf/external-gha-runner
23
+
24
# Map current release tag to the version of booty
25
BOOTY_VERSION: $GITHUB_REF_NAME
26
# Map last repo update to the build timestamp
0 commit comments