Skip to content

Commit 463343c

Browse files
committed
ci: remove deprecated set-output
1 parent 964a414 commit 463343c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
elif [[ ${ref} =~ ^${{ matrix.platform }}-([0-9.]+)$ ]]; then
6767
tags=${img}:${BASH_REMATCH[1]}-${{ matrix.arch }},${img}:latest-${{ matrix.arch }}
6868
fi
69-
echo "::set-output name=tag::${tags}"
69+
echo "tag=${tags}" >> $GITHUB_OUTPUT
7070
if: github.event_name != 'pull_request'
7171
id: tags
7272
shell: bash

0 commit comments

Comments
 (0)