ci/cd - fix typo in staging tests wf

This commit is contained in:
florian 2024-03-17 22:34:15 +01:00
parent d25ba52483
commit f135aa5c51
No known key found for this signature in database
GPG key ID: 93EE47CC3D061500

View file

@ -85,7 +85,7 @@ jobs:
if: inputs.TYPE == 'linux'
run: docker pull ghcr.io/bunkerity/rhel-tests:testing && docker tag ghcr.io/bunkerity/rhel-tests:testing local/rhel:latest
- name: Pull BW linux rhel9 test image
if: inputs.TYPE == 'rhel9'
if: inputs.TYPE == 'linux'
run: docker pull ghcr.io/bunkerity/rhel9-tests:testing && docker tag ghcr.io/bunkerity/rhel9-tests:testing local/rhel9:latest
# Do tests
- name: Run tests