Skip to content

Commit

Permalink
build: hotfix cd tag
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxiao committed Jan 11, 2021
1 parent 03f19e6 commit b81e274
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ jobs:
update-docker:
needs: update-doc
runs-on: ubuntu-latest
fail-fast: false
strategy:
fail-fast: false
matrix:
tag_stage: ["", "-devel", "-daemon"]
tag_pyversion: ["-py37", "-py38"]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ jobs:
update-docker:
needs: update-doc
runs-on: ubuntu-latest
fail-fast: false
strategy:
fail-fast: false
matrix:
tag_stage: ["", "-devel", "-daemon"]
tag_pyversion: ["-py37", "-py38"]
Expand Down

0 comments on commit b81e274

Please sign in to comment.