Skip to content

Commit

Permalink
ci: update workflows config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Feb 19, 2024
1 parent 3a8d476 commit 1ac88f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
cargo install mdbook-i18n-helpers --locked --version 0.3.1
cargo install --path mdbook-exerciser --locked
cargo install --path mdbook-course --locked
mdbook build -d book/zh-CN
rm -rf .git
cp -rp ./book/zh-CN/html ../dist/comprehensive-rust
Expand Down Expand Up @@ -304,8 +304,8 @@ jobs:
push: true
context: .
platforms: linux/amd64,linux/arm64
tags: ${{ secrets.DOCKER_USER }}/rust-cn-document-for-docker:${{ github.ref }}
# tags: ${{ secrets.DOCKER_USER }}/rust-cn-document-for-docker:${{ env.VERSION }}
# tags: ${{ secrets.DOCKER_USER }}/rust-cn-document-for-docker:${{ github.ref }}
tags: ${{ secrets.DOCKER_USER }}/rust-cn-document-for-docker:${{ env.VERSION }}

- name: Modify README.md
uses: jaywcjlove/github-action-modify-file-content@main
Expand Down

0 comments on commit 1ac88f0

Please sign in to comment.