1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-23 19:32:11 +00:00

Update build.yml

This commit is contained in:
Florian Bouillon 2024-08-30 17:06:46 +02:00 committed by GitHub
parent 1c0b3c368d
commit ef1caff13c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,8 +17,8 @@ jobs:
- linux/amd64
# - linux/arm/v6
# - linux/arm/v7
- linux/arm64
name: Building TCGdex for ${{ matrix.platform }}
# - linux/arm64
name: Building TCGdex for #${{ matrix.platform }}
steps:
- name: Checkout
@ -62,12 +62,12 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build and push by digest
- name: Build and push
id: build
uses: docker/build-push-action@v6
with:
context: .
platforms: ${{ matrix.platform }}
platforms: linux/amd64,linux/arm64 # ${{ matrix.platform }}
file: ./Dockerfile
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}