Skip to content

Commit 82e8d60

Browse files
committed
[GAP9-CI] Replace docker with my docker-gap9
1 parent 3a86db8 commit 82e8d60

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/_select-env.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
run: |
2929
if [[ -n "${{ inputs.docker_image_deeploy }}" ]]; then
3030
IMAGE="${{ inputs.docker_image_deeploy }}"
31+
elif [[ "${{ github.ref_name }}" == "gap9-pr" ]]; then
32+
IMAGE="ghcr.io/runwang/deeploy:gap"
3133
elif [[ "${{ github.ref }}" == refs/tags/* ]]; then
3234
TAG_NAME="${GITHUB_REF##refs/tags/}"
3335
IMAGE="ghcr.io/pulp-platform/deeploy:${TAG_NAME}"

0 commit comments

Comments
 (0)