File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 2222 mkdir -p ~/TriOs_Output
2323
2424 - name : Debug commit hash
25- run : echo "Commit hash is: ${{ steps.vars.outputs.commit_hash }}"
25+ run : |
26+ echo "Commit hash is: ${{ steps.vars.outputs.commit_hash }}"
2627
2728 - name : Build Docker Image
2829 working-directory : ./builder
Original file line number Diff line number Diff line change 2525 mkdir -p ~/TriOs_Output
2626
2727 - name : Debug timestamp
28- run : echo "Timestamp is: ${{ steps.vars.outputs.timestamp }}"
28+ run : |
29+ echo "Timestamp is: ${{ steps.vars.outputs.timestamp }}"
2930
3031 - name : Build Docker Image
3132 working-directory : ./builder
Original file line number Diff line number Diff line change 2222 mkdir -p ~/TriOs_Output
2323
2424 - name : Debug version
25- run : echo "Version is: ${{ steps.vars.outputs.version }}"
25+ run : |
26+ echo "Version is: ${{ steps.vars.outputs.version }}"
2627
2728 - name : Build Docker Image
2829 working-directory : ./builder
You can’t perform that action at this time.
0 commit comments