This commit is contained in:
estebanthi
2026-01-04 12:50:37 +01:00
parent a8c9119010
commit 1440e4796c

View File

@@ -82,7 +82,8 @@ jobs:
CACHE_REF=$(echo "$img" | jq -r '.cache_ref')
echo "==== Building $NAME ===="
TAGS=()
TAGS+=("$FULL_IMAGE:${{ github.ref_name }}")
TAGS+=("$FULL_IMAGE:${{ github.sha }}")