mirror of
https://github.com/Rongronggg9/SlashBot.git
synced 2025-02-06 17:23:28 +08:00
build: add arm/v7 docker image
This commit is contained in:
parent
f50954c30f
commit
2be86ac3f4
2
.github/workflows/publish-docker-image.yml
vendored
2
.github/workflows/publish-docker-image.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
|||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
platforms: linux/amd64,linux/386,linux/arm64
|
platforms: linux/amd64,linux/386,linux/arm64,linux/arm/v7
|
||||||
tags: ${{ secrets.DOCKER_USERNAME }}/slashbot:latest
|
tags: ${{ secrets.DOCKER_USERNAME }}/slashbot:latest
|
||||||
cache-from: type=registry,ref=${{ secrets.DOCKER_USERNAME }}/slashbot:buildcache
|
cache-from: type=registry,ref=${{ secrets.DOCKER_USERNAME }}/slashbot:buildcache
|
||||||
cache-to: type=registry,ref=${{ secrets.DOCKER_USERNAME }}/slashbot:buildcache,mode=max
|
cache-to: type=registry,ref=${{ secrets.DOCKER_USERNAME }}/slashbot:buildcache,mode=max
|
||||||
|
Loading…
Reference in New Issue
Block a user