We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2c719c commit 3080639Copy full SHA for 3080639
.github/workflows/ci_cd_night.yml
@@ -103,7 +103,7 @@ jobs:
103
- name: "Start the container from the desired image"
104
env:
105
STK_IMAGE: ${{ steps.docker.outputs.image }}
106
- STK_CONTAINER: ${{ steps.docker.outputs.image }}
+ STK_CONTAINER: ${{ steps.docker.outputs.container }}
107
LICENSE_SERVER: ${{ secrets.LICENSE_SERVER }}
108
run: |
109
docker run \
doc/source/changelog/851.fixed.md
@@ -0,0 +1 @@
1
+Adjust container name in nightly build
0 commit comments