Skip to content

Commit 871311d

Browse files
committed
Fix format
1 parent fee05f8 commit 871311d

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@ Welcome to your brand-new Atomic AlmaLinux Respin!
88

99
In the ["Build image"](.github/workflows/build.yml) and ["Build ISOs"](.github/workflows/build-iso.yml) jobs, you'll
1010
find 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

1718
If your registry is not Github (ie. `ghcr.io`) or you need a specific token to authenticate
1819
to your registry, search those two jobs for the line `REGISTRY_TOKEN: ${{ secrets.GITHUB_TOKEN }}`

0 commit comments

Comments
 (0)