mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
ci/cd - fix typo in staging tests wf
This commit is contained in:
parent
d25ba52483
commit
f135aa5c51
1 changed files with 1 additions and 1 deletions
2
.github/workflows/staging-tests.yml
vendored
2
.github/workflows/staging-tests.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue