Update docker.yml (mod. platforms)

This commit is contained in:
OnceUponATimeInAmerica 2024-08-27 16:18:57 +03:30 committed by GitHub
parent 6357ef7c6b
commit c4c3d3c218
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -36,6 +36,6 @@ jobs:
with:
context: .
push: ${{ github.event_name != 'pull_request' }}
platforms: linux/amd64, linux/arm64/v8, linux/arm/v7, linux/arm/v6, linux/386
platforms: linux/amd64
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}