Skip to content

Commit

Permalink
Add coco to the bundles in CI
Browse files Browse the repository at this point in the history
Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
  • Loading branch information
jimmykarily committed Mar 27, 2023
1 parent 991f209 commit fa2d64d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
bundles:
- calico
- cert-manager
- coco
- kubevirt
- kairos
- longhorn
Expand All @@ -38,4 +39,4 @@ jobs:
with:
version: "latest"
- run: echo $REGISTRY_PASSWORD | docker login -u $REGISTRY_USER --password-stdin $REGISTRY
- run: earthly --ci --push +build --BUNDLE=${{ matrix.bundles }}
- run: earthly --ci --push +build --BUNDLE=${{ matrix.bundles }}

0 comments on commit fa2d64d

Please sign in to comment.