Skip to content

Commit 0d1c1b7

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

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

.github/workflows/_select-env.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,7 @@ jobs:
2626
- id: set-docker-image
2727
shell: bash
2828
run: |
29-
if [[ -n "${{ inputs.docker_image_deeploy }}" ]]; then
30-
IMAGE="${{ inputs.docker_image_deeploy }}"
31-
elif [[ "${{ github.ref }}" == refs/tags/* ]]; then
32-
TAG_NAME="${GITHUB_REF##refs/tags/}"
33-
IMAGE="ghcr.io/pulp-platform/deeploy:${TAG_NAME}"
34-
elif [[ "${{ github.ref_name }}" == "main" ]]; then
35-
IMAGE="ghcr.io/pulp-platform/deeploy:main"
36-
else
37-
IMAGE="ghcr.io/pulp-platform/deeploy:devel"
38-
fi
29+
IMAGE="ghcr.io/runwangdl/deeploy:gap9"
3930
echo "image=${IMAGE}" >> "$GITHUB_OUTPUT"
4031
4132
- id: set-runner

.github/workflows/ci-deeploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ name: CI • Deeploy
1717
docker_image_deeploy:
1818
description: "Deeploy Image to use"
1919
required: false
20-
default: "ghcr.io/runwang/deeploy:gap"
20+
default: "ghcr.io/runwangdl/deeploy:gap9"
2121

2222
concurrency:
2323
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)