Add GitHub Registry to testing scope
This commit is contained in:
parent
a806678ab6
commit
ec8533c645
2
.github/workflows/build-test-push.yml
vendored
2
.github/workflows/build-test-push.yml
vendored
@ -60,7 +60,7 @@ env:
|
|||||||
# Registries list
|
# Registries list
|
||||||
# production: docker.io/almalinux, quay.io/almalinuxorg, ghcr.io/almalinux
|
# production: docker.io/almalinux, quay.io/almalinuxorg, ghcr.io/almalinux
|
||||||
# testing: quay.io/almalinuxautobot
|
# testing: quay.io/almalinuxautobot
|
||||||
registries: ${{ inputs.production && 'docker.io/almalinux, quay.io/almalinuxorg, ghcr.io/almalinux' || 'quay.io/almalinuxautobot' }}
|
registries: ${{ inputs.production && 'docker.io/almalinux, quay.io/almalinuxorg, ghcr.io/almalinux' || 'quay.io/almalinuxautobot, ghcr.io/almalinux' }}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
Loading…
Reference in New Issue
Block a user