Skip to content

Commit

Permalink
ci: use GH output file
Browse files Browse the repository at this point in the history
  • Loading branch information
neochrome authored Sep 15, 2023
1 parent 1407f7c commit 4124c0e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,9 @@ jobs:
echo "Bad version detected: ${VERSION}"
exit 1
fi
echo "::set-output name=version::${VERSION}"
echo "::set-output name=tags::${TAGS}"
echo "::set-output name=created::$(date -u +'%Y-%m-%dT%H:%M:%SZ')"
echo "version=${VERSION}" >> $GITHUB_OUTPUT
echo "tags=${TAGS}" >> $GITHUB_OUTPUT
echo "created=$(date -u +'%Y-%m-%dT%H:%M:%SZ')" >> $GITHUB_OUTPUT
- name: set up QEMU
uses: docker/[email protected]
Expand Down

0 comments on commit 4124c0e

Please sign in to comment.