fix platform tags in github actions

This commit is contained in:
Christopher Bisset 2022-12-23 18:40:07 +11:00
parent 84c8ed5bd5
commit 271e1045a0

View file

@ -66,7 +66,7 @@ jobs:
context: ./docker/production
tags: |
${{ steps.gathervars.outputs.TAG }}
platforms: linux/amd64,linux/arm64,linux/arm32v7
platforms: linux/amd64,linux/arm/v7,linux/arm64/v8
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache
push: true