We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a86db8 commit 82e8d60Copy full SHA for 82e8d60
1 file changed
.github/workflows/_select-env.yml
@@ -28,6 +28,8 @@ jobs:
28
run: |
29
if [[ -n "${{ inputs.docker_image_deeploy }}" ]]; then
30
IMAGE="${{ inputs.docker_image_deeploy }}"
31
+ elif [[ "${{ github.ref_name }}" == "gap9-pr" ]]; then
32
+ IMAGE="ghcr.io/runwang/deeploy:gap"
33
elif [[ "${{ github.ref }}" == refs/tags/* ]]; then
34
TAG_NAME="${GITHUB_REF##refs/tags/}"
35
IMAGE="ghcr.io/pulp-platform/deeploy:${TAG_NAME}"
0 commit comments