Skip to content

Commit

Permalink
Merge pull request #20 from minddocdev/chore/fix-warnings
Browse files Browse the repository at this point in the history
chore(): fix set-output warnings
  • Loading branch information
raphaelluchini authored Sep 29, 2023
2 parents d107584 + f16faf1 commit 54e1cf5
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 ::set-output name=sha-tag::"${GITHUB_SHA}"
echo ::set-output name=ref-tag::"${REF}"
echo sha-tag="${GITHUB_SHA}" >> "$GITHUB_OUTPUT"
echo ref-tag="${REF}" >> "$GITHUB_OUTPUT"

docker logout
}
Expand Down

0 comments on commit 54e1cf5

Please sign in to comment.