mirror of
https://github.com/docker/build-push-action.git
synced 2025-12-16 22:38:59 +08:00
Compare commits
1 Commits
f7b3516b21
...
3df64e8843
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3df64e8843 |
5
.github/workflows/.e2e-run.yml
vendored
5
.github/workflows/.e2e-run.yml
vendored
@ -50,7 +50,7 @@ jobs:
|
||||
buildkit_image: moby/buildkit:buildx-stable-1
|
||||
-
|
||||
buildx_version: https://github.com/docker/buildx.git#master
|
||||
buildkit_image: moby/buildkit:master
|
||||
buildkit_image: crazymax/buildkit:6200
|
||||
steps:
|
||||
-
|
||||
name: Checkout
|
||||
@ -138,7 +138,8 @@ jobs:
|
||||
uses: ./
|
||||
with:
|
||||
context: ./test
|
||||
file: ./test/big.Dockerfile
|
||||
file: ./test/multi.Dockerfile
|
||||
platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/ppc64le,linux/s390x
|
||||
push: ${{ github.event_name != 'pull_request' }}
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
|
||||
@ -1,3 +0,0 @@
|
||||
FROM busybox
|
||||
RUN dd if=/dev/zero of=/output.dat bs=648M count=1
|
||||
RUN uname -a
|
||||
Loading…
Reference in New Issue
Block a user