From bf8b1bf9792e7e451ba79596d2ea5c2cbc67765c Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Sun, 16 Aug 2020 23:15:54 +0200 Subject: [PATCH] Update ci workflow Signed-off-by: CrazyMax --- .github/workflows/ci.yml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d7d25ed..d0f1d98 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -158,7 +158,7 @@ jobs: id: buildx uses: ./setup-buildx/ # change to docker/setup-buildx-action@master - - name: Build 1 + name: Build with cache uses: ./ with: context: ./test @@ -169,18 +169,6 @@ jobs: tags: | localhost:5000/name/app:latest localhost:5000/name/app:1.0.0 - - - name: Build 2 - uses: ./ - with: - context: ./test - file: ./test/Dockerfile-multi-golang - builder: ${{ steps.buildx.outputs.name }} - platforms: linux/amd64,linux/arm64 - cache-github: true - tags: | - localhost:5000/name/app2:latest - localhost:5000/name/app2:1.0.0 - name: Dump context if: always()