Skip to content

Commit

Permalink
tweek tag input
Browse files Browse the repository at this point in the history
  • Loading branch information
pdabelf5 committed Sep 3, 2024
1 parent 3952cc7 commit 1ae44bf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/update-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,10 @@ jobs:
tag="$(git tag --sort=-version:refname | head -n1)"
if [ -n "${{ inputs.tag }}" ]; then
tag=${{ inputs.tag }}
echo "tag=${tag}" >> $GITHUB_OUTPUT
else
tag=${tag//v}
echo "tag=${tag//v}" >> $GITHUB_OUTPUT
fi
echo "tag=${tag}" >> $GITHUB_OUTPUT
date=$(date "+%Y%m%d")
echo "date=${date}" >> $GITHUB_OUTPUT
short="${tag%.*}"
Expand Down

0 comments on commit 1ae44bf

Please sign in to comment.