mirror of
https://github.com/thib8956/nginx-proxy
synced 2025-02-24 09:48:14 +00:00
ci: build and push for arm64 and arm/v7 archs
This commit is contained in:
parent
bea149e317
commit
4a1d5bfc58
4
.github/workflows/dockerhub.yml
vendored
4
.github/workflows/dockerhub.yml
vendored
@ -62,7 +62,7 @@ jobs:
|
|||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
file: Dockerfile
|
file: Dockerfile
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
${{ github.ref != 'refs/heads/master' && steps.docker_meta_debian.outputs.tags || '' }}
|
${{ github.ref != 'refs/heads/master' && steps.docker_meta_debian.outputs.tags || '' }}
|
||||||
@ -74,7 +74,7 @@ jobs:
|
|||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
file: Dockerfile.alpine
|
file: Dockerfile.alpine
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
${{ github.ref != 'refs/heads/master' && steps.docker_meta_alpine.outputs.tags || '' }}
|
${{ github.ref != 'refs/heads/master' && steps.docker_meta_alpine.outputs.tags || '' }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user