mirror of
https://github.com/docker/build-push-action.git
synced 2024-11-06 00:35:53 -05:00
Skip not needed
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
562df850e8
commit
c9c37b8060
1 changed files with 0 additions and 6 deletions
|
@ -231,9 +231,6 @@ jobs:
|
|||
ports:
|
||||
- 5000:5000
|
||||
steps:
|
||||
-
|
||||
name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
-
|
||||
name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@master
|
||||
|
@ -247,9 +244,6 @@ jobs:
|
|||
name: Build and push to local registry
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
context: .
|
||||
file: ./Dockerfile
|
||||
platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/ppc64le,linux/s390x
|
||||
allow: network.host,security.insecure
|
||||
push: true
|
||||
tags: localhost:5000/name/app:latest
|
||||
|
|
Loading…
Reference in a new issue