Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
* Remove forced update in created_tag.
  • Loading branch information
Roang-zero1 committed Dec 6, 2019
1 parent a0b127f commit f0ceade
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ set -euo pipefail
set_tag() {
if [ -n "${INPUT_CREATED_TAG}" ]; then
TAG=${INPUT_CREATED_TAG}
INPUT_UPDATE_EXISTING="true"
else
TAG="$(echo ${GITHUB_REF} | grep tags | grep -o "[^/]*$" || true)"
fi
Expand Down

0 comments on commit f0ceade

Please sign in to comment.