Skip to content

Commit 3080639

Browse files
duposylpyansys-ci-botjorgepiloto
authored
fix(ci): adjust container name in nightly build (#851)
Co-authored-by: pyansys-ci-bot <[email protected]> Co-authored-by: Jorge Martínez <[email protected]>
1 parent a2c719c commit 3080639

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci_cd_night.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
- name: "Start the container from the desired image"
104104
env:
105105
STK_IMAGE: ${{ steps.docker.outputs.image }}
106-
STK_CONTAINER: ${{ steps.docker.outputs.image }}
106+
STK_CONTAINER: ${{ steps.docker.outputs.container }}
107107
LICENSE_SERVER: ${{ secrets.LICENSE_SERVER }}
108108
run: |
109109
docker run \

doc/source/changelog/851.fixed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Adjust container name in nightly build

0 commit comments

Comments
 (0)