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 8f0a417 commit 7d39477Copy full SHA for 7d39477
.github/workflows/build-containers.yml
@@ -103,7 +103,7 @@ jobs:
103
if: ${{ matrix.build_binary != '' }}
104
run: |
105
cd src/github.com/goharbor/harbor
106
- docker run --rm -v .:/harbor -w /harbor/src/${{ matrix.src_name || matrix.container}} golang:1.24.6 /usr/local/go/bin/go build -buildvcs=false -o make/photon/${{ matrix.container }}/${{matrix.build_binary}} ${ADDITIONAL_GO_FLAGS:-}
+ docker run --rm -v .:/harbor -w /harbor/src/${{ matrix.src_name || matrix.container}} golang:1.24.6 /usr/local/go/bin/go build -buildvcs=false -o /harbor/make/photon/${{ matrix.container }}/${{matrix.build_binary}} ${ADDITIONAL_GO_FLAGS:-}
107
- name: Run custom build script
108
if: ${{ matrix.has_custom_build_script == true }}
109
0 commit comments