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 14:14:32 +02:00
parent c76d63a58c
commit 930b18e80a

View File

@ -119,7 +119,7 @@ jobs:
platforms: linux/arm64 platforms: linux/arm64
push: ${{ !github.event.pull_request.head.repo.fork && github.actor != 'dependabot[bot]' }} push: ${{ !github.event.pull_request.head.repo.fork && github.actor != 'dependabot[bot]' }}
file: ./Dockerfile file: ./Dockerfile
tags: ${{ needs.build_amd.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}
labels: ${{ needs.build_amd.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha cache-from: type=gha
cache-to: type=gha,mode=max cache-to: type=gha,mode=max