update docker workflow

This commit is contained in:
vx3r 2021-04-11 11:38:41 +02:00
parent 81a0a58312
commit 5b21690076
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ jobs:
uses: docker/build-push-action@v2
with:
context: .
platforms: linux/amd64,linux/arm64,linux/arm/v7
platforms: linux/amd64,linux/arm64
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.prep.outputs.tags }}
labels: |