Skip to content

Commit

Permalink
fix(docker): remove latest tag (#5201)
Browse files Browse the repository at this point in the history
remove latest tag

Signed-off-by: Oguz Ozturk <[email protected]>
  • Loading branch information
oguzkaganozt committed Sep 11, 2024
1 parent dc6a0dc commit e56d4c3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/actions/docker-build-and-push/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,7 @@ runs:
fi
tags+=("{{date 'YYYYMMDD'}}")
tags+=("latest")
tags+=("latest-${{ inputs.tag-prefix }}")
tags+=("${{ inputs.tag-prefix }}")
# Output multiline strings: https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#multiline-strings
EOF=$(dd if=/dev/urandom bs=15 count=1 status=none | base64)
Expand Down

0 comments on commit e56d4c3

Please sign in to comment.