File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 88 description : " Commit hash from the teddycloud_web build job"
99 type : string
1010 required : false
11+ default : " HEAD"
1112
1213 push :
1314 branches :
Original file line number Diff line number Diff line change 88 description : " Commit hash from the teddycloud_web build job"
99 type : string
1010 required : false
11+ default : " HEAD"
1112
1213# permissions are needed if pushing to ghcr.io
1314permissions :
3637 - uses : actions/checkout@v4
3738 with :
3839 submodules : recursive
39- ref : ${{ inputs.tcw_commit_hash || 'HEAD' }}
40+ ref : ${{ inputs.tcw_commit_hash }}
4041 - name : Set up QEMU
4142 uses : docker/setup-qemu-action@v3
4243 - name : Set up Docker Buildx
Original file line number Diff line number Diff line change 88 description : " Commit hash from the teddycloud_web build job"
99 type : string
1010 required : false
11+ default : " HEAD"
1112
1213# permissions are needed if pushing to ghcr.io
1314permissions :
3536 - uses : actions/checkout@v4
3637 with :
3738 submodules : recursive
38- ref : ${{ inputs.tcw_commit_hash || 'HEAD' }}
39+ ref : ${{ inputs.tcw_commit_hash }}
3940 - name : Set up QEMU
4041 uses : docker/setup-qemu-action@v3
4142 - name : Set up Docker Buildx
Original file line number Diff line number Diff line change 88 description : " Commit hash from the teddycloud_web build job"
99 type : string
1010 required : false
11+ default : " HEAD"
1112
1213# permissions are needed if pushing to ghcr.io
1314permissions :
3435 - uses : actions/checkout@v4
3536 with :
3637 submodules : recursive
37- ref : ${{ inputs.tcw_commit_hash || 'HEAD' }}
38+ ref : ${{ inputs.tcw_commit_hash }}
3839 - name : Set up QEMU
3940 uses : docker/setup-qemu-action@v3
4041 - name : Set up Docker Buildx
You can’t perform that action at this time.
0 commit comments