Skip to content

Commit

Permalink
fix set-variables
Browse files Browse the repository at this point in the history
  • Loading branch information
alvicsam committed Oct 10, 2024
1 parent d7a73da commit 753d738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
then
echo "VERSION=${REF_SLUG}-${COMMIT_SHA_SHORT}" >> $GITHUB_OUTPUT
else
export VERSION=${REF_SLUG} >> $GITHUB_OUTPUT
echo "VERSION=${REF_SLUG}" >> $GITHUB_OUTPUT
fi
echo "set VERSION=${VERSION}"
Expand Down

0 comments on commit 753d738

Please sign in to comment.