Fix errore Image digest step - escape tag output
Build Docker Image for Raspberry Pi / build-and-push (push) Successful in 7m14s

- Aggiunto quote all'output dei tag per evitare esecuzione come comando
- Risolve errore 'No such file or directory' quando tag contengono '/'
- Output ora corretto: echo "Tags:" && echo "${{ tags }}"
- Previene interpretazione shell dei tag come path/comandi
This commit is contained in:
Pi Developer
2026-01-31 16:52:17 +01:00
parent d96eba8f6c
commit c4bdd6767d
+1 -1
View File
@@ -75,4 +75,4 @@ jobs:
VCS_REF=${{ github.sha }} VCS_REF=${{ github.sha }}
- name: Image digest - name: Image digest
run: echo ${{ steps.meta.outputs.tags }} run: echo "Tags:" && echo "${{ steps.meta.outputs.tags }}"