add 'latest' tag to develop branch images

This commit is contained in:
tawoe 2024-10-24 12:36:03 +02:00
parent a3387aa4ca
commit 606fe7b1ae
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: