Skip not needed

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2020-09-05 15:34:15 +02:00
parent 562df850e8
commit c9c37b8060
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7

View file

@ -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