diff --git a/.github/workflows/arm-docker-publish.yml b/.github/workflows/arm-docker-publish.yml index f6114dd..dd043ed 100644 --- a/.github/workflows/arm-docker-publish.yml +++ b/.github/workflows/arm-docker-publish.yml @@ -60,7 +60,6 @@ jobs: uses: docker/build-push-action@v3 with: context: . - platforms: linux/arm/v7 - push: ${{ github.event_name != 'pull_request' }} - tags: ${{ env.TAGS }} - labels: ${{ steps.meta1.outputs.labels }} \ No newline at end of file + platforms: linux/arm/v6,linux/arm/v7,linux/arm64 + push: true + tags: ${{ steps.meta1.outputs.tags }} \ No newline at end of file