We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 964a414 commit 463343cCopy full SHA for 463343c
.github/workflows/ci.yaml
@@ -66,7 +66,7 @@ jobs:
66
elif [[ ${ref} =~ ^${{ matrix.platform }}-([0-9.]+)$ ]]; then
67
tags=${img}:${BASH_REMATCH[1]}-${{ matrix.arch }},${img}:latest-${{ matrix.arch }}
68
fi
69
- echo "::set-output name=tag::${tags}"
+ echo "tag=${tags}" >> $GITHUB_OUTPUT
70
if: github.event_name != 'pull_request'
71
id: tags
72
shell: bash
0 commit comments