|
|
|
@ -11,7 +11,7 @@ jobs: |
|
|
|
cleanup-images: |
|
|
|
cleanup-images: |
|
|
|
name: Delete branch container images |
|
|
|
name: Delete branch container images |
|
|
|
if: | |
|
|
|
if: | |
|
|
|
github.event.ref != 'dev' && |
|
|
|
github.event.ref != 'main' && |
|
|
|
github.event.ref != 'rc' && |
|
|
|
github.event.ref != 'rc' && |
|
|
|
github.event.ref != 'hotfix-rc' |
|
|
|
github.event.ref != 'hotfix-rc' |
|
|
|
runs-on: ubuntu-24.04 |
|
|
|
runs-on: ubuntu-24.04 |
|
|
|
|