Skip to content

Commit

Permalink
Update ci workflow
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 Aug 16, 2020
1 parent 6ede7e9 commit bf8b1bf
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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()
Expand Down

0 comments on commit bf8b1bf

Please sign in to comment.