From c9c37b8060620472616417349c8082108779eb19 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Sat, 5 Sep 2020 15:34:15 +0200 Subject: [PATCH] Skip not needed Signed-off-by: CrazyMax --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 003e67f..84f5e3d 100644 --- a/README.md +++ b/README.md @@ -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