We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5753e7f commit b71881aCopy full SHA for b71881a
.github/workflows/insights-trivy-image.yaml
@@ -77,7 +77,7 @@ jobs:
77
tags: |
78
# set edge tag for default branch
79
type=edge,enable={{is_default_branch}}
80
- # set latest tag for main branch - this is require for the scheduled builds
+ # set latest tag for main branch - this is required for the scheduled builds
81
type=raw,value=latest,enable=${{ github.ref == 'refs/heads/main' }}
82
# set tag+build for default branch
83
type=raw,value=${{ env.DOCKER_TAG}},enable={{is_default_branch}}
0 commit comments