Skip to content

Commit 6937f08

Browse files
seanshparkshs-park
andauthored
[github] Add docker credentials in onecc build workflow (#15289)
This adds docker credentials for docker container image in the workflow. ONE-DCO-1.0-Signed-off-by: SaeHie Park <saehie.park@gmail.com> Co-authored-by: Seungho Henry Park <shs.park@samsung.com>
1 parent 8501fce commit 6937f08

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/run-onecc-build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ jobs:
5454
runs-on: one-x64-linux
5555
container:
5656
image: nnfw/one-devtools:${{ matrix.ubuntu_code }}
57+
credentials:
58+
username: ${{ secrets.NNFW_DOCKER_USERNAME }}
59+
password: ${{ secrets.NNFW_DOCKER_TOKEN }}
5760
options: --user root
5861
env:
5962
NNCC_WORKSPACE : build

0 commit comments

Comments
 (0)