Skip to content

Commit

Permalink
Update image version from 23.2.0 to 24.1.0 (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
klmcadams authored Jan 19, 2024
1 parent 1c2500a commit 0f2d87e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
PYMECHANICAL_PORT: 10000 # default won't work on GitHub runners
PYMECHANICAL_START_INSTANCE: FALSE
DOCKER_PACKAGE: ghcr.io/ansys/mechanical
DOCKER_IMAGE_VERSION: 23.2.0
DOCKER_IMAGE_VERSION: 24.1.0
DOCKER_MECH_CONTAINER_NAME: mechanical
PACKAGE_NAME: ansys-mechanical-core
PACKAGE_NAMESPACE: ansys.mechanical.core
Expand Down Expand Up @@ -118,8 +118,8 @@ jobs:
if: contains(github.ref, 'refs/heads/main')
uses: JamesIves/github-pages-deploy-action@v4
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: .tox/doc_out_html/
CLEAN: true
SINGLE_COMMIT: true
token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages
folder: .tox/doc_out_html/
clean: true
single-commit: true

0 comments on commit 0f2d87e

Please sign in to comment.