mirror of
https://github.com/willfarrell/docker-crontab.git
synced 2025-04-04 14:05:11 +02:00
ci: build all platforms
This commit is contained in:
parent
a4e4227327
commit
e55dba16d7
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -21,6 +21,7 @@ jobs:
|
||||
uses: docker/setup-qemu-action@v1
|
||||
-
|
||||
name: Set up Docker Buildx
|
||||
id: buildx
|
||||
uses: docker/setup-buildx-action@v1
|
||||
-
|
||||
name: Login to DockerHub
|
||||
@ -44,5 +45,6 @@ jobs:
|
||||
context: .
|
||||
file: ./Dockerfile
|
||||
push: true
|
||||
platforms: ${{ steps.buildx.outputs.platforms }}
|
||||
tags: |
|
||||
${{ env.tag }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user