Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -733,3 +733,21 @@ jobs:
./test/config.hcl
allow: network.host
targets: app-entitlements

distribute:
uses: ./.github/workflows/reusable-distribute-mp.yml
with:
target: app-plus
push: false
meta-image: user/app
bake-files: ./test/config.hcl

distribute-cache:
uses: ./.github/workflows/reusable-distribute-mp.yml
with:
target: image-all
push: false
cache: true
cache-scope: go-app
meta-image: user/goapp
bake-source: "{{defaultContext}}:test/go"
Loading
Loading