Update docker.yml

This commit is contained in:
Joseph Cheung 2023-02-28 23:37:32 +08:00
parent e456de3476
commit 356bf3573b

View file

@ -49,7 +49,7 @@ jobs:
uses: docker/build-push-action@v2 uses: docker/build-push-action@v2
with: with:
context: . context: .
platforms: linux/amd64, linux/arm64 platforms: linux/amd64
push: true push: true
tags: ${{ steps.string.outputs.lowercase }} tags: ${{ steps.string.outputs.lowercase }}
cache-from: type=local,src=/tmp/.buildx-cache cache-from: type=local,src=/tmp/.buildx-cache