File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5858 version : latest
5959 verb : call
6060 module : github.com/container-registry/harbor-satellite
61- args : build --source=. --name =satellite
61+ args : build --source=. --component =satellite
6262
6363 - name : Release on Github
6464 uses : dagger/dagger-for-github@v5
9393 version : latest
9494 verb : call
9595 module : github.com/container-registry/harbor-satellite
96- args : build --source=./ground-control --name =ground-control
96+ args : build --source=./ground-control --component =ground-control
9797
9898 - name : Release on Github
9999 uses : dagger/dagger-for-github@v5
Original file line number Diff line number Diff line change @@ -58,7 +58,9 @@ func (m *HarborSatellite) Service(
5858 AsService ()
5959}
6060
61+
6162// builds given component from source
63+
6264func (m * HarborSatellite ) build (source * dagger.Directory , component string ) * dagger.Directory {
6365 fmt .Printf ("Building %s\n " , component )
6466
You can’t perform that action at this time.
0 commit comments