Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
itewk committed Feb 3, 2023
1 parent 3b916bb commit 888303d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/scripts/determine-image-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ if [[ ${IMAGE_TAG_FLAVOR} ]] ; then
fi

# set output for future github action steps
echo ::set-output name=version::${VERSION}${IMAGE_TAG_FLAVOR}
echo ::set-output name=tags::${TAGS}
echo ::set-output name=created::$(date -u +'%Y-%m-%dT%H:%M:%SZ')
echo "version=${VERSION}${IMAGE_TAG_FLAVOR}" >> $GITHUB_OUTPUT
echo "tags=${TAGS}" >> $GITHUB_OUTPUT
echo "created=$(date -u +'%Y-%m-%dT%H:%M:%SZ')" >> $GITHUB_OUTPUT

0 comments on commit 888303d

Please sign in to comment.