Skip to content

Commit

Permalink
fix set-output
Browse files Browse the repository at this point in the history
Signed-off-by: Pablo <[email protected]>
  • Loading branch information
pabloaledo committed Jan 21, 2025
1 parent 722e67d commit c4f763f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ jobs:
fi
done
echo "version=${VERSION}" >> $GITHUB_OUTPUT
IFS=, ; echo "tags=${TAGS[*]}" >> $GITHUB_OUTPUT
echo "commit_hash=${GITHUB_SHA::8}" >> $GITHUB_OUTPUT
echo "build_date=$(git show -s --format=%cI)" >> $GITHUB_OUTPUT
echo ::set-output name=version::${VERSION}
echo ::set-output name=tags::$(IFS=,; echo "${TAGS[*]}")
echo ::set-output name=commit_hash::${GITHUB_SHA::8}
echo ::set-output name=build_date::$(git show -s --format=%cI)
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
Expand Down

0 comments on commit c4f763f

Please sign in to comment.