Skip to content

Commit

Permalink
fix(): update echo
Browse files Browse the repository at this point in the history
  • Loading branch information
hmurtaza7 authored Sep 29, 2023
1 parent 86805b2 commit f16faf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ main() {
fi

pushImage
echo name=sha-tag::"${GITHUB_SHA}" >> "$GITHUB_OUTPUT"
echo name=ref-tag::"${REF}" >> "$GITHUB_OUTPUT"
echo sha-tag="${GITHUB_SHA}" >> "$GITHUB_OUTPUT"
echo ref-tag="${REF}" >> "$GITHUB_OUTPUT"

docker logout
}
Expand Down

0 comments on commit f16faf1

Please sign in to comment.