Skip to content

Commit

Permalink
Fix Setup Docker error in CI (goharbor#18237)
Browse files Browse the repository at this point in the history
Remove the remove setup docker step in CI
Fix goharbor#18236

Signed-off-by: Yang Jiao <[email protected]>
  • Loading branch information
YangJiao0817 authored and sebglon committed Mar 6, 2023
1 parent 816a3b7 commit 36ab5e1
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 33 deletions.
25 changes: 0 additions & 25 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,6 @@ jobs:
with:
go-version: 1.19.4
id: go
- name: setup Docker
uses: docker-practice/[email protected]
with:
docker_version: 20.04
docker_channel: stable
- uses: actions/checkout@v3
with:
path: src/github.com/goharbor/harbor
Expand Down Expand Up @@ -104,11 +99,6 @@ jobs:
with:
go-version: 1.19.4
id: go
- name: setup Docker
uses: docker-practice/[email protected]
with:
docker_version: 18.09
docker_channel: stable
- uses: actions/checkout@v3
with:
path: src/github.com/goharbor/harbor
Expand Down Expand Up @@ -164,11 +154,6 @@ jobs:
with:
go-version: 1.19.4
id: go
- name: setup Docker
uses: docker-practice/[email protected]
with:
docker_version: 18.09
docker_channel: stable
- uses: actions/checkout@v3
with:
path: src/github.com/goharbor/harbor
Expand Down Expand Up @@ -224,11 +209,6 @@ jobs:
with:
go-version: 1.19.4
id: go
- name: setup Docker
uses: docker-practice/[email protected]
with:
docker_version: 18.09
docker_channel: stable
- uses: actions/checkout@v3
with:
path: src/github.com/goharbor/harbor
Expand Down Expand Up @@ -282,11 +262,6 @@ jobs:
with:
go-version: 1.19.4
id: go
- name: setup Docker
uses: docker-practice/[email protected]
with:
docker_version: 18.09
docker_channel: stable
- uses: actions/checkout@v3
with:
path: src/github.com/goharbor/harbor
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Setup Docker
uses: docker-practice/[email protected]
with:
docker_version: 18.09
docker_version: 20.10
docker_channel: stable
- uses: actions/checkout@v3
- uses: jitterbit/get-changed-files@v1
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/conformance_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@ jobs:
with:
go-version: 1.19.4
id: go
- name: setup Docker
uses: docker-practice/[email protected]
with:
docker_version: 18.09
docker_channel: stable
- uses: actions/checkout@v3
with:
path: src/github.com/goharbor/harbor
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Setup Docker
uses: docker-practice/[email protected]
with:
docker_version: 18.09
docker_version: 20.10
docker_channel: stable
- name: Publish Images
run: |
Expand Down Expand Up @@ -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 }}

0 comments on commit 36ab5e1

Please sign in to comment.