Skip to content

Commit

Permalink
Fix GHA output variable
Browse files Browse the repository at this point in the history
  • Loading branch information
alehechka committed Apr 21, 2023
1 parent 6cb620e commit c39b450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
if [ "${{ github.ref_type }}" = "tag" ]; then
echo "tag=${{ github.ref_name }}" >> $GITHUB_OUTPUT
else
echo "name=tag=latest" >> $GITHUB_OUTPUT
echo "tag=latest" >> $GITHUB_OUTPUT
fi
- uses: docker/build-push-action@v3
Expand Down

0 comments on commit c39b450

Please sign in to comment.