File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 6969 has_custom_build_script : true
7070 - container : standalone-db-migrator
7171 build_binary : migrate
72+ src_name : migration
7273 - container : trivy-adapter
7374 has_custom_build_script : true
7475
@@ -100,7 +101,7 @@ jobs:
100101 if : ${{ matrix.build_binary != '' }}
101102 run : |
102103 cd src/github.com/goharbor/harbor
103- docker run --rm -v .:/harbor -w /harbor/src/${{ 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:-}
104+ 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:-}
104105 - name : Run custom build script
105106 if : ${{ matrix.has_custom_build_script == true }}
106107 run : |
You can’t perform that action at this time.
0 commit comments