Skip to content

Commit

Permalink
Changed set-output to environment
Browse files Browse the repository at this point in the history
  • Loading branch information
dbck committed Feb 22, 2024
1 parent 56e9091 commit 96c7914
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 "name=tags::${TAGS}" >> $GITHUB_OUTPUT
echo "name=version::${VERSION}" >> $GITHUB_OUTPUT
echo "tags=${TAGS}" >> $GITHUB_OUTPUT
echo "version=${VERSION}" >> $GITHUB_OUTPUT
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down

0 comments on commit 96c7914

Please sign in to comment.