Skip to content

Commit deadbe2

Browse files
committed
Check if this is necessary
1 parent 9000f0a commit deadbe2

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/build-containers.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,6 @@ jobs:
3030
- name: Set up Docker Buildx
3131
uses: docker/setup-buildx-action@v3
3232

33-
- name: Check out copy to subdirectory for go
34-
uses: actions/checkout@v4
35-
with:
36-
path: src/github.com/goharbor/harbor
37-
3833
- name: Build and push
3934
uses: docker/build-push-action@v6
4035
with:
@@ -92,11 +87,6 @@ jobs:
9287
- name: Set up Docker Buildx
9388
uses: docker/setup-buildx-action@v3
9489

95-
- name: Check out copy to subdirectory for go
96-
uses: actions/checkout@v4
97-
with:
98-
path: src/github.com/goharbor/harbor
99-
10090
- name: Set up additional flags
10191
if: ${{ matrix.container == 'core' }}
10292
run: |

0 commit comments

Comments
 (0)