Commit acbfbdc
committed
Fix shell variable expansion in docker manifest printf
Use double quotes in printf format string so ${PROJECT_ID} and
${IMAGE_NAME} are expanded by the shell. Single quotes prevented
expansion after #66 replaced ${{ env.* }} with shell variables.1 parent 4040251 commit acbfbdc
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
139 | | - | |
| 139 | + | |
0 commit comments