We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f622256 commit f9577a7Copy full SHA for f9577a7
.github/workflows/build-containers.yml
@@ -85,6 +85,12 @@ jobs:
85
- name: Set up Docker Buildx
86
uses: docker/setup-buildx-action@v3
87
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
+
94
- name: Set up additional flags
95
if: ${{ matrix.container == 'core' }}
96
# TODO: Proper versioning
0 commit comments