From ec8533c645f52fb739625e064a6203c56ab461eb Mon Sep 17 00:00:00 2001 From: Andrew Lukoshko Date: Fri, 5 Apr 2024 13:17:40 +0200 Subject: [PATCH] Add GitHub Registry to testing scope --- .github/workflows/build-test-push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-test-push.yml b/.github/workflows/build-test-push.yml index e7307e0..d31835f 100644 --- a/.github/workflows/build-test-push.yml +++ b/.github/workflows/build-test-push.yml @@ -60,7 +60,7 @@ env: # Registries list # production: docker.io/almalinux, quay.io/almalinuxorg, ghcr.io/almalinux # 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: build: