-
Notifications
You must be signed in to change notification settings - Fork 466
Commit
…main/release
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -931,7 +931,12 @@ jobs: | |
docker compose -f ./docker-compose/docker-compose.yml down | ||
promote-images: | ||
Check failure on line 933 in .github/workflows/build_and_test.yml GitHub Actions / actionlint[actionlint] .github/workflows/build_and_test.yml#L933
Raw output
|
||
needs: [ check-permissions, tag, test-images, vm-compute-node-image ] | ||
needs: > | ||
${{ fromJson( | ||
Check failure on line 935 in .github/workflows/build_and_test.yml GitHub Actions / actionlint[actionlint] .github/workflows/build_and_test.yml#L935
Raw output
Check failure on line 935 in .github/workflows/build_and_test.yml GitHub Actions / actionlint[actionlint] .github/workflows/build_and_test.yml#L935
Raw output
Check failure on line 935 in .github/workflows/build_and_test.yml GitHub Actions / actionlint[actionlint] .github/workflows/build_and_test.yml#L935
Raw output
Check failure on line 935 in .github/workflows/build_and_test.yml GitHub Actions / actionlint[actionlint] .github/workflows/build_and_test.yml#L935
Raw output
Check failure on line 935 in .github/workflows/build_and_test.yml GitHub Actions / actionlint[actionlint] .github/workflows/build_and_test.yml#L935
Raw output
|
||
(github.ref_name == 'main' || github.ref_name == 'release' || github.ref_name == 'release-proxy' || github.ref_name == 'release-compute' || github.ref_name == 'jcgruenhage/promote-images-while-test-images') | ||
&& '[ check-permissions, tag, test-images, vm-compute-node-image ]' | ||
|| '[ check-permissions, tag, vm-compute-node-image ]' | ||
) }} | ||
runs-on: ubuntu-22.04 | ||
|
||
permissions: | ||
|