File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
devops/actions/build_container Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 7474 file : ${{ matrix.file }}
7575 username : ${{ github.repository_owner }}
7676 password : ${{ secrets.GITHUB_TOKEN }}
77+ sycl_passwd : ${{ secrets.sycl_passwd }}
7778 tags : |
7879 ghcr.io/${{ github.repository }}/${{ matrix.file }}:${{ matrix.tag }}-${{ github.sha }}
7980 ghcr.io/${{ github.repository }}/${{ matrix.file }}:${{ matrix.tag }}
Original file line number Diff line number Diff line change 3131 registry : ghcr.io
3232 username : ${{ inputs.username }}
3333 password : ${{ inputs.password }}
34+ sycl_passwd : ${{ inputs.sycl_passwd }}
3435 - name : Build and Push Container
35363637 with :
4142 file : ${{ github.workspace }}/devops/containers/${{ inputs.file }}.Dockerfile
4243 secrets : |
4344 github_token=${{ github.token }}
44- sycl_passwd=${{ secrets. sycl_passwd }}
45+ sycl_passwd=${{ sycl_passwd }}
You can’t perform that action at this time.
0 commit comments