Fix Setup Docker error in CI (#18237)

Remove the remove setup docker step in CI
Fix #18236

Signed-off-by: Yang Jiao <jiaoya@vmware.com>
This commit is contained in:
Yang Jiao 2023-02-17 13:53:30 +08:00 committed by GitHub
parent 738fde7d3b
commit 73d8e68921
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 3 additions and 33 deletions

View File

@ -38,11 +38,6 @@ jobs:
with:
go-version: 1.19.4
id: go
- name: setup Docker
uses: docker-practice/actions-setup-docker@1.0.11
with:
docker_version: 20.04
docker_channel: stable
- uses: actions/checkout@v3
with:
path: src/github.com/goharbor/harbor
@ -104,11 +99,6 @@ jobs:
with:
go-version: 1.19.4
id: go
- name: setup Docker
uses: docker-practice/actions-setup-docker@1.0.11
with:
docker_version: 18.09
docker_channel: stable
- uses: actions/checkout@v3
with:
path: src/github.com/goharbor/harbor
@ -164,11 +154,6 @@ jobs:
with:
go-version: 1.19.4
id: go
- name: setup Docker
uses: docker-practice/actions-setup-docker@1.0.11
with:
docker_version: 18.09
docker_channel: stable
- uses: actions/checkout@v3
with:
path: src/github.com/goharbor/harbor
@ -224,11 +209,6 @@ jobs:
with:
go-version: 1.19.4
id: go
- name: setup Docker
uses: docker-practice/actions-setup-docker@1.0.11
with:
docker_version: 18.09
docker_channel: stable
- uses: actions/checkout@v3
with:
path: src/github.com/goharbor/harbor
@ -282,11 +262,6 @@ jobs:
with:
go-version: 1.19.4
id: go
- name: setup Docker
uses: docker-practice/actions-setup-docker@1.0.11
with:
docker_version: 18.09
docker_channel: stable
- uses: actions/checkout@v3
with:
path: src/github.com/goharbor/harbor

View File

@ -31,7 +31,7 @@ jobs:
- name: Setup Docker
uses: docker-practice/actions-setup-docker@1.0.11
with:
docker_version: 18.09
docker_version: 20.10
docker_channel: stable
- uses: actions/checkout@v3
- uses: jitterbit/get-changed-files@v1

View File

@ -30,11 +30,6 @@ jobs:
with:
go-version: 1.19.4
id: go
- name: setup Docker
uses: docker-practice/actions-setup-docker@1.0.11
with:
docker_version: 18.09
docker_channel: stable
- uses: actions/checkout@v3
with:
path: src/github.com/goharbor/harbor

View File

@ -52,7 +52,7 @@ jobs:
- name: Setup Docker
uses: docker-practice/actions-setup-docker@1.0.11
with:
docker_version: 18.09
docker_version: 20.10
docker_channel: stable
- name: Publish Images
run: |
@ -83,4 +83,4 @@ jobs:
${{ env.OFFLINE_PACKAGE_PATH }}.asc
${{ env.ONLINE_PACKAGE_PATH }}
${{ env.ONLINE_PACKAGE_PATH }}.asc
${{ env.MD5SUM_PATH }}
${{ env.MD5SUM_PATH }}