Skip to content

Commit

Permalink
build env was not updated
Browse files Browse the repository at this point in the history
  • Loading branch information
yiiyama committed May 25, 2023
1 parent 55eac00 commit e132695
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Expand Up @@ -15,7 +15,7 @@ jobs:

- name: Build the books
run: |
docker run --rm --mount type=bind,src=$GITHUB_WORKSPACE,dst=/qc-workbook yiiyama/jupyterbook-qiskit:1.0.12 /qc-workbook/build-runner/build_and_publish.py --account $GITHUB_REPOSITORY_OWNER --keep-reports
docker run --rm --mount type=bind,src=$GITHUB_WORKSPACE,dst=/qc-workbook yiiyama/jupyterbook-qiskit:1.1.1 /qc-workbook/build-runner/build_and_publish.py --account $GITHUB_REPOSITORY_OWNER --keep-reports
- name: GitHub Pages action
uses: peaceiris/actions-gh-pages@v3.7.3
Expand Down
2 changes: 1 addition & 1 deletion build-runner/Dockerfile.buildenv
@@ -1,4 +1,4 @@
FROM yiiyama/jupyterbook-qiskit-packages:1.1.0 AS packages_cleaned
FROM yiiyama/jupyterbook-qiskit-packages:1.1.1 AS packages_cleaned

COPY clean_packages.sh /
RUN /clean_packages.sh
Expand Down

0 comments on commit e132695

Please sign in to comment.