1
0
Fork 0
mirror of https://github.com/docker/build-push-action.git synced 2025-04-22 14:46:39 +02:00

Refactor Docker config

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2020-08-16 02:37:47 +02:00
parent ac03ceb5e6
commit f7cac3b071
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
4 changed files with 51 additions and 38 deletions

View file

@ -22,7 +22,7 @@ jobs:
name: Checkout
uses: actions/checkout@v2.3.1
-
name: Build
name: Build and push
uses: ./
with:
context: ./test
@ -68,7 +68,7 @@ jobs:
context: ./test
file: ./test/Dockerfile-${{ matrix.dockerfile }}
builder: ${{ steps.buildx.outputs.builder }}
platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/386,linux/ppc64le,linux/s390x
platforms: linux/amd64,linux/arm64,linux/386
#push: true
tags: |
localhost:5000/name/app:latest