add 'latest' tag to develop branch images

This commit is contained in:
tawoe 2024-10-24 13:04:58 +02:00
parent 606fe7b1ae
commit 724364f9aa
3 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
name: build and publish container develop branch
name: build and publish container develop branch
on:
push:

View File

@ -1,4 +1,4 @@
name: build and publish container non develop branches
name: build and publish container non develop branches
on:
push:

View File

@ -3,8 +3,8 @@ name: scan container image
on:
workflow_run:
workflows:
- build and publish container develop branch
- build and publish container non develop branches
- build and publish container develop branch
- build and publish container non develop branches
types:
- completed
env: