Skip to content

Commit

Permalink
Write set-output to environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
dbck committed Feb 22, 2024
1 parent 2eeaed3 commit 56e9091
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:
if [[ $VERSION =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]]; then
TAGS="$TAGS,${DOCKER_IMAGE}:latest,${DOCKER_IMAGE}:${{ env.CI_SHA_SHORT }}"
fi
echo ::set-output name=tags::${TAGS}
echo ::set-output name=version::${VERSION}
echo "name=tags::${TAGS}" >> $GITHUB_OUTPUT
echo "name=version::${VERSION}" >> $GITHUB_OUTPUT
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down

0 comments on commit 56e9091

Please sign in to comment.