1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-24 11:52:16 +00:00

Update build.yml

This commit is contained in:
Florian Bouillon 2024-08-30 14:45:55 +02:00
parent 0ede67bd7d
commit 28142a2610

View File

@ -73,9 +73,9 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max
outputs: |
${{ env.REGISTRY_IMAGES }} | while read image; do
echo "type=image,name=$image,push-by-digest=true,name-canonical=true,push=true";
done
type=image,name=ghcr.io/tcgdex/server,push-by-digest=true,name-canonical=true,push=true
type=image,name=tcgdex/server,push-by-digest=true,name-canonical=true,push=true
- name: Export digest
run: |