mirror of
https://github.com/docker/build-push-action.git
synced 2025-04-21 18:56:45 +00:00
Merge e81e6c97d0
into 88844b95d8
This commit is contained in:
commit
432b69a847
3 changed files with 658 additions and 0 deletions
20
.github/workflows/ci.yml
vendored
20
.github/workflows/ci.yml
vendored
|
@ -1542,3 +1542,23 @@ jobs:
|
|||
echo "::error::Should have failed"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
distribute:
|
||||
uses: ./.github/workflows/reusable-distribute-mp.yml
|
||||
with:
|
||||
push: false
|
||||
meta-image: user/app
|
||||
build-context: "{{defaultContext}}:test"
|
||||
build-file: multi.Dockerfile
|
||||
build-platforms: linux/amd64,linux/arm64
|
||||
|
||||
distribute-cache:
|
||||
uses: ./.github/workflows/reusable-distribute-mp.yml
|
||||
with:
|
||||
push: false
|
||||
cache: true
|
||||
cache-scope: multi
|
||||
meta-image: user/app
|
||||
build-context: "{{defaultContext}}:test"
|
||||
build-file: multi.Dockerfile
|
||||
build-platforms: linux/amd64,linux/arm64
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue