From 430e734b34484b470878d0be717a9d16ed32fce8 Mon Sep 17 00:00:00 2001 From: Sylvain <15435472+duposyl@users.noreply.github.com> Date: Sat, 4 Oct 2025 11:55:22 -0400 Subject: [PATCH 1/2] fix(ci): adjust container name in nightly build --- .github/workflows/ci_cd_night.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_cd_night.yml b/.github/workflows/ci_cd_night.yml index 13a05abd67..8ce21ff30d 100644 --- a/.github/workflows/ci_cd_night.yml +++ b/.github/workflows/ci_cd_night.yml @@ -103,7 +103,7 @@ jobs: - name: "Start the container from the desired image" env: STK_IMAGE: ${{ steps.docker.outputs.image }} - STK_CONTAINER: ${{ steps.docker.outputs.image }} + STK_CONTAINER: ${{ steps.docker.outputs.container }} LICENSE_SERVER: ${{ secrets.LICENSE_SERVER }} run: | docker run \ From eb359e6652ecc0335c76563724fa40bea251ba79 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Sat, 4 Oct 2025 15:57:45 +0000 Subject: [PATCH 2/2] chore: adding changelog file 851.fixed.md [dependabot-skip] --- doc/source/changelog/851.fixed.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/source/changelog/851.fixed.md diff --git a/doc/source/changelog/851.fixed.md b/doc/source/changelog/851.fixed.md new file mode 100644 index 0000000000..3bee314e7e --- /dev/null +++ b/doc/source/changelog/851.fixed.md @@ -0,0 +1 @@ +Adjust container name in nightly build