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 39957b6 commit a463ad4Copy full SHA for a463ad4
.github/workflows/itkdev_docker_build_develop.yml
@@ -44,7 +44,7 @@ jobs:
44
file: ./infrastructure/itkdev/Dockerfile
45
build-args: |
46
APP_VERSION=${{ github.ref }}
47
- APP_RELEASE_VERSION=$GITHUB_REF_NAME
+ APP_RELEASE_VERSION=${{ env.APP_VERSION }}
48
APP_RELEASE_TIMESTAMP=${{ env.APP_RELEASE_TIMESTAMP }}
49
APP_RELEASE_TIME=${{ env.APP_RELEASE_TIME }}
50
push: true
.github/workflows/os2display_docker_build_develop.yml
file: ./infrastructure/os2display/Dockerfile
0 commit comments