We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f4ce2d commit 77323efCopy full SHA for 77323ef
1 file changed
.github/workflows/tag-release-devcontainer.yml
@@ -62,7 +62,7 @@ jobs:
62
verify_runtime_image:
63
uses: ./.github/workflows/verify-runtime-image.yml
64
with:
65
- runtime_docker_image: ${{ inputs.runtime_docker_image }}
+ runtime_docker_image: ghcr.io/nhsdigital/eps-devcontainers/${{ inputs.runtime_docker_image }}
66
tag_release:
67
needs: verify_runtime_image
68
runs-on: ubuntu-22.04
0 commit comments