Skip to content

Commit aaf8b56

Browse files
DelazJnyalldawson
authored andcommittedMar 23, 2023
Welcome 3.30, bye bye 3.22 docker build
Also get rid of the depprecated :: set-output
1 parent 73f3300 commit aaf8b56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/build-docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ jobs:
3232
- id: matrix
3333
run: |
3434
if [[ "${GITHUB_REF}" =~ ^refs/tags ]]; then
35-
echo "::set-output name=matrix::{\"branch\":[\"${GITHUB_REF##*/}\"]}"
35+
echo "matrix={\"branch\":[\"${GITHUB_REF##*/}\"]}" >> $GITHUB_OUTPUT
3636
else
37-
echo "::set-output name=matrix::{\"branch\":[\"master\", \"release-3_22\", \"release-3_28\"]}"
37+
echo "matrix={\"branch\":[\"master\", \"release-3_30\", \"release-3_28\"]}" >> $GITHUB_OUTPUT
3838
fi
3939
4040
build-docker:

0 commit comments

Comments
 (0)
Please sign in to comment.