Update docker-publish.yml
This commit is contained in:
parent
f60253a9b5
commit
7856bec710
2
.github/workflows/docker-publish.yml
vendored
2
.github/workflows/docker-publish.yml
vendored
@ -29,4 +29,4 @@ jobs:
|
||||
|
||||
- name: Build and Push image
|
||||
run: |
|
||||
docker buildx build --platform "${{PLATFORM}}" --tag $IMAGE_NAME --file ./Dockerfile-rpi --output type=image,push=true .
|
||||
docker buildx build --platform "linux/arm/v7" --tag $IMAGE_NAME --file ./Dockerfile-rpi --output type=image,push=true .
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user