mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2026-03-31 07:12:23 -07:00
GIT: workflows - ensure old images
Signed-off-by: jokob-sk <jokob.sk@gmail.com>
This commit is contained in:
7
.github/workflows/docker_dev.yml
vendored
7
.github/workflows/docker_dev.yml
vendored
@@ -18,8 +18,11 @@ jobs:
|
||||
contents: read
|
||||
packages: write
|
||||
if: >
|
||||
contains(github.event.head_commit.message, 'PUSHPROD') != 'True' &&
|
||||
github.repository == 'jokob-sk/NetAlertX'
|
||||
!contains(github.event.head_commit.message, 'PUSHPROD') &&
|
||||
(
|
||||
github.repository == 'jokob-sk/NetAlertX' ||
|
||||
github.repository == 'netalertx/NetAlertX'
|
||||
)
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
||||
Reference in New Issue
Block a user