mirror of
https://github.com/docker/build-push-action.git
synced 2025-12-15 22:08:58 +08:00
Compare commits
2 Commits
3df64e8843
...
f7b3516b21
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f7b3516b21 | ||
|
|
a5b2b9c58b |
3
.github/workflows/.e2e-run.yml
vendored
3
.github/workflows/.e2e-run.yml
vendored
@ -138,8 +138,7 @@ jobs:
|
||||
uses: ./
|
||||
with:
|
||||
context: ./test
|
||||
file: ./test/multi.Dockerfile
|
||||
platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/ppc64le,linux/s390x
|
||||
file: ./test/big.Dockerfile
|
||||
push: ${{ github.event_name != 'pull_request' }}
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
|
||||
3
test/big.Dockerfile
Normal file
3
test/big.Dockerfile
Normal file
@ -0,0 +1,3 @@
|
||||
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