File tree Expand file tree Collapse file tree 5 files changed +6
-7
lines changed Expand file tree Collapse file tree 5 files changed +6
-7
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.DOCKER_SUDO_PASSWORD }}
77+ sycl_ci_passwd : ${{ secrets.DOCKER_SUDO_PASSWORD }}
7878 tags : |
7979 ghcr.io/${{ github.repository }}/${{ matrix.file }}:${{ matrix.tag }}-${{ github.sha }}
8080 ghcr.io/${{ github.repository }}/${{ matrix.file }}:${{ matrix.tag }}
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ inputs:
2121 file :
2222 description : " Dockerfile"
2323 required : true
24- sycl_passwd :
24+ sycl_ci_passwd :
2525 description : " Password to assign to sycl user within a container"
2626 required : true
2727
3434 registry : ghcr.io
3535 username : ${{ inputs.username }}
3636 password : ${{ inputs.password }}
37- sycl_passwd : ${{ inputs.sycl_passwd }}
3837 - name : Build and Push Container
39384039 with :
4544 file : ${{ github.workspace }}/devops/containers/${{ inputs.file }}.Dockerfile
4645 secrets : |
4746 github_token=${{ github.token }}
48- sycl_passwd =${{ inputs.sycl_passwd }}
47+ sycl_ci_passwd =${{ inputs.sycl_ci_passwd }}
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ COPY scripts/install_build_tools.sh /install.sh
99RUN /install.sh
1010
1111COPY scripts/create-sycl-user.sh /user-setup.sh
12- RUN --mount=type=secret,id=sycl_passwd /user-setup.sh
12+ RUN --mount=type=secret,id=sycl_ci_passwd /user-setup.sh
1313
1414COPY actions/cached_checkout /actions/cached_checkout
1515COPY actions/cleanup /actions/cleanup
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ RUN apt update && apt install -yqq rocm-dev && \
3131 rm -rf /var/lib/apt/lists/*
3232
3333COPY scripts/create-sycl-user.sh /user-setup.sh
34- RUN --mount=type=secret,id=sycl_passwd /user-setup.sh
34+ RUN --mount=type=secret,id=sycl_ci_passwd /user-setup.sh
3535
3636COPY scripts/docker_entrypoint.sh /docker_entrypoint.sh
3737
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ COPY scripts/install_build_tools.sh /install.sh
99RUN /install.sh
1010
1111COPY scripts/create-sycl-user.sh /user-setup.sh
12- RUN --mount=type=secret,id=sycl_passwd /user-setup.sh
12+ RUN --mount=type=secret,id=sycl_ci_passwd /user-setup.sh
1313
1414COPY actions/cached_checkout /actions/cached_checkout
1515COPY actions/cleanup /actions/cleanup
You can’t perform that action at this time.
0 commit comments