File tree Expand file tree Collapse file tree 2 files changed +2
-11
lines changed
Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
2222concurrency :
2323 group : ${{ github.workflow }}-${{ github.ref }}
You can’t perform that action at this time.
0 commit comments