Skip to content

Commit a463ad4

Browse files
committed
DISPLAY-986: Fix version not set in release.json for develop
1 parent 39957b6 commit a463ad4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/itkdev_docker_build_develop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
file: ./infrastructure/itkdev/Dockerfile
4545
build-args: |
4646
APP_VERSION=${{ github.ref }}
47-
APP_RELEASE_VERSION=$GITHUB_REF_NAME
47+
APP_RELEASE_VERSION=${{ env.APP_VERSION }}
4848
APP_RELEASE_TIMESTAMP=${{ env.APP_RELEASE_TIMESTAMP }}
4949
APP_RELEASE_TIME=${{ env.APP_RELEASE_TIME }}
5050
push: true

.github/workflows/os2display_docker_build_develop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
file: ./infrastructure/os2display/Dockerfile
4545
build-args: |
4646
APP_VERSION=${{ github.ref }}
47-
APP_RELEASE_VERSION=$GITHUB_REF_NAME
47+
APP_RELEASE_VERSION=${{ env.APP_VERSION }}
4848
APP_RELEASE_TIMESTAMP=${{ env.APP_RELEASE_TIMESTAMP }}
4949
APP_RELEASE_TIME=${{ env.APP_RELEASE_TIME }}
5050
push: true

0 commit comments

Comments
 (0)