1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-28 05:42:12 +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-from: type=gha
cache-to: type=gha,mode=max cache-to: type=gha,mode=max
outputs: | outputs: |
${{ env.REGISTRY_IMAGES }} | while read image; do type=image,name=ghcr.io/tcgdex/server,push-by-digest=true,name-canonical=true,push=true
echo "type=image,name=$image,push-by-digest=true,name-canonical=true,push=true"; type=image,name=tcgdex/server,push-by-digest=true,name-canonical=true,push=true
done
- name: Export digest - name: Export digest
run: | run: |