Skip to content

Commit b1b325c

Browse files
authored
Merge branch 'main' into fix-dagger
2 parents bded69d + 9fe8f75 commit b1b325c

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
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
@@ -93,7 +93,7 @@ jobs:
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

ci/utils.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,9 @@ func (m *HarborSatellite) Service(
5858
AsService()
5959
}
6060

61+
6162
// builds given component from source
63+
6264
func (m *HarborSatellite) build(source *dagger.Directory, component string) *dagger.Directory {
6365
fmt.Printf("Building %s\n", component)
6466

0 commit comments

Comments
 (0)