mirror of
https://github.com/OpenBankProject/API-Manager.git
synced 2026-02-06 09:26:49 +00:00
add 'latest' tag to develop branch images
This commit is contained in:
parent
724364f9aa
commit
8c363c8403
7
.github/workflows/run_trivy.yml
vendored
7
.github/workflows/run_trivy.yml
vendored
@ -2,11 +2,8 @@ name: scan container image
|
||||
|
||||
on:
|
||||
workflow_run:
|
||||
workflows:
|
||||
- build and publish container develop branch
|
||||
- build and publish container non develop branches
|
||||
types:
|
||||
- completed
|
||||
workflows: [build and publish container develop branch, build and publish container non develop branches]
|
||||
types: [completed]
|
||||
env:
|
||||
## Sets environment variable
|
||||
DOCKER_HUB_ORGANIZATION: ${{ vars.DOCKER_HUB_ORGANIZATION }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user