Skip to content

Commit

Permalink
Skip not needed
Browse files Browse the repository at this point in the history
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
  • Loading branch information
CrazyMax committed Sep 5, 2020
1 parent 562df85 commit c9c37b8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit c9c37b8

Please sign in to comment.