We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc6a0dc commit e56d4c3Copy full SHA for e56d4c3
.github/actions/docker-build-and-push/action.yaml
@@ -79,8 +79,7 @@ runs:
79
fi
80
81
tags+=("{{date 'YYYYMMDD'}}")
82
- tags+=("latest")
83
- tags+=("latest-${{ inputs.tag-prefix }}")
+ tags+=("${{ inputs.tag-prefix }}")
84
85
# Output multiline strings: https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#multiline-strings
86
EOF=$(dd if=/dev/urandom bs=15 count=1 status=none | base64)
0 commit comments