Skip to content

Commit

Permalink
build 3.22 docker image
Browse files Browse the repository at this point in the history
fixes #45791
  • Loading branch information
3nids committed Nov 2, 2021
1 parent d2f27f5 commit dc68694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker.yml
Expand Up @@ -29,7 +29,7 @@ jobs:
if [[ "${GITHUB_REF}" =~ ^refs/tags ]]; then
echo "::set-output name=matrix::{\"branch\":[\"${GITHUB_REF##*/}\"]}"
else
echo "::set-output name=matrix::{\"branch\":[\"master\", \"release-3_16\", \"release-3_20\"]}"
echo "::set-output name=matrix::{\"branch\":[\"master\", \"release-3_16\", \"release-3_22\"]}"
fi
build-docker:
Expand Down

0 comments on commit dc68694

Please sign in to comment.