mirror of
https://github.com/outlovecn/portainer-cn.git
synced 2025-06-07 19:14:09 +08:00
linux arm 支持 输出多平台镜像
This commit is contained in:
parent
c65bde7874
commit
3c0ad79f2f
1
.github/workflows/docker-publish.yml
vendored
1
.github/workflows/docker-publish.yml
vendored
@ -75,6 +75,7 @@ jobs:
|
|||||||
uses: docker/build-push-action@ac9327eae2b366085ac7f6a2d02df8aa8ead720a
|
uses: docker/build-push-action@ac9327eae2b366085ac7f6a2d02df8aa8ead720a
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
|
platforms: linux/amd64,linux/arm64,linux/arm
|
||||||
push: ${{ github.event_name != 'pull_request' }}
|
push: ${{ github.event_name != 'pull_request' }}
|
||||||
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/portainer-cn:latest
|
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/portainer-cn:latest
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user