Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/insights-trivy-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ jobs:
tags: |
# set edge tag for default branch
type=edge,enable={{is_default_branch}}
# set latest tag for main branch - this is required for the scheduled builds
type=raw,value=latest,enable=${{ github.ref == 'refs/heads/main' }}
# set tag+build for default branch
type=raw,value=${{ env.DOCKER_TAG}},enable={{is_default_branch}}
# tag event
Expand Down