Fix errore Image digest step - escape tag output
Build Docker Image for Raspberry Pi / build-and-push (push) Successful in 7m14s
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:
@@ -75,4 +75,4 @@ jobs:
|
||||
VCS_REF=${{ github.sha }}
|
||||
|
||||
- name: Image digest
|
||||
run: echo ${{ steps.meta.outputs.tags }}
|
||||
run: echo "Tags:" && echo "${{ steps.meta.outputs.tags }}"
|
||||
|
||||
Reference in New Issue
Block a user