Skip to content

Commit f9577a7

Browse files
committed
Add core fix
1 parent f622256 commit f9577a7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build-containers.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,12 @@ jobs:
8585
- name: Set up Docker Buildx
8686
uses: docker/setup-buildx-action@v3
8787

88+
- name: Check out copy to subdirectory for go
89+
uses: actions/checkout@v4
90+
if: ${{ matrix.container == 'core' }}
91+
with:
92+
path: src/github.com/goharbor/harbor
93+
8894
- name: Set up additional flags
8995
if: ${{ matrix.container == 'core' }}
9096
# TODO: Proper versioning

0 commit comments

Comments
 (0)