diff --git a/.github/workflows/docker-release.yml b/.github/workflows/docker-release.yml index e29b99a..3e98879 100644 --- a/.github/workflows/docker-release.yml +++ b/.github/workflows/docker-release.yml @@ -176,7 +176,7 @@ jobs: - name: Test "${{ needs.init.outputs.docker-image-name }}:${{ needs.init.outputs.github-ci-sha-short }}-${{ matrix.image-variant }}" Docker Image env: DOCKER_IMAGE_NAME: ${{ needs.init.outputs.docker-image-name }}:${{ needs.init.outputs.github-ci-sha-short }}-${{ matrix.image-variant }} - EMS_VERSION: ${GITHUB_REF_NAME} + EMS_VERSION: ${{ needs.init.outputs.version-patch }} run: | docker network create docker_default docker pull appropriate/curl:latest