File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,12 @@ Welcome to your brand-new Atomic AlmaLinux Respin!
88
99In the [ "Build image"] ( .github/workflows/build.yml ) and [ "Build ISOs"] ( .github/workflows/build-iso.yml ) jobs, you'll
1010find a ` set-env ` job where you can configure several things:
11- - ` REGISTRY ` : the registry to push your image to
12- - ` REGISTRY_USER ` : your username for this registry
13- - ` IMAGE_PATH ` : the path to your image
14- - ` IMAGE_NAME ` : your image's name
15- - ` PLATFORMS ` : a comma-separated list of platforms for which to build your image, like ` "amd64,arm64" `
11+
12+ - ` REGISTRY ` : the registry to push your image to
13+ - ` REGISTRY_USER ` : your username for this registry
14+ - ` IMAGE_PATH ` : the path to your image
15+ - ` IMAGE_NAME ` : your image's name
16+ - ` PLATFORMS ` : a comma-separated list of platforms for which to build your image, like ` "amd64,arm64" `
1617
1718If your registry is not Github (ie. ` ghcr.io ` ) or you need a specific token to authenticate
1819to your registry, search those two jobs for the line ` REGISTRY_TOKEN: ${{ secrets.GITHUB_TOKEN }} `
You can’t perform that action at this time.
0 commit comments