Skip to content

Commit e56d4c3

Browse files
authored
fix(docker): remove latest tag (autowarefoundation#5201)
remove latest tag Signed-off-by: Oguz Ozturk <oguzkaganozt@gmail.com>
1 parent dc6a0dc commit e56d4c3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/actions/docker-build-and-push/action.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,7 @@ runs:
7979
fi
8080
8181
tags+=("{{date 'YYYYMMDD'}}")
82-
tags+=("latest")
83-
tags+=("latest-${{ inputs.tag-prefix }}")
82+
tags+=("${{ inputs.tag-prefix }}")
8483
8584
# Output multiline strings: https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#multiline-strings
8685
EOF=$(dd if=/dev/urandom bs=15 count=1 status=none | base64)

0 commit comments

Comments
 (0)