Skip to content

Commit b71881a

Browse files
author
Blaize Kaye
committed
Fixes typo
1 parent 5753e7f commit b71881a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/insights-trivy-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
tags: |
7878
# set edge tag for default branch
7979
type=edge,enable={{is_default_branch}}
80-
# set latest tag for main branch - this is require for the scheduled builds
80+
# set latest tag for main branch - this is required for the scheduled builds
8181
type=raw,value=latest,enable=${{ github.ref == 'refs/heads/main' }}
8282
# set tag+build for default branch
8383
type=raw,value=${{ env.DOCKER_TAG}},enable={{is_default_branch}}

0 commit comments

Comments
 (0)