mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2026-03-30 23:03:03 -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
|
contents: read
|
||||||
packages: write
|
packages: write
|
||||||
if: >
|
if: >
|
||||||
contains(github.event.head_commit.message, 'PUSHPROD') != 'True' &&
|
!contains(github.event.head_commit.message, 'PUSHPROD') &&
|
||||||
github.repository == 'jokob-sk/NetAlertX'
|
(
|
||||||
|
github.repository == 'jokob-sk/NetAlertX' ||
|
||||||
|
github.repository == 'netalertx/NetAlertX'
|
||||||
|
)
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|||||||
Reference in New Issue
Block a user