Skip to content

Commit 13ad32d

Browse files
authored
[infra] Change docker repository (#15300)
This commit changes docker repository for pulling. ONE-DCO-1.0-Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
1 parent 6c7da04 commit 13ad32d

4 files changed

Lines changed: 4 additions & 5 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
ubuntu_ver: 22.04
5454
runs-on: one-x64-linux
5555
container:
56-
image: nnfw/one-devtools:${{ matrix.ubuntu_code }}
56+
image: samsungonedev.azurecr.io/nnfw/one-devtools:${{ matrix.ubuntu_code }}
5757
options: --user root
5858
env:
5959
NNCC_WORKSPACE : build

.github/workflows/run-onert-android-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
if: github.repository_owner == 'Samsung'
4747
runs-on: one-x64-linux
4848
container:
49-
image: nnfw/one-devtools:android-sdk
49+
image: samsungonedev.azurecr.io/nnfw/one-devtools:android-sdk
5050
options: --user root
5151
env:
5252
TARGET_ARCH: aarch64

.github/workflows/run-onert-cross-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
platform: arm
5656
runs-on: one-x64-linux
5757
container:
58-
image: nnfw/one-devtools:${{ matrix.ubuntu_code }}-cross
58+
image: samsungonedev.azurecr.io/nnfw/one-devtools:${{ matrix.ubuntu_code }}-cross
5959
options: --user root
6060
env:
6161
TARGET_ARCH: ${{ matrix.arch }}

.github/workflows/run-onert-native-build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,7 @@ jobs:
5858
runs-on: ${{ matrix.runner }}
5959
container:
6060
# Use test image: default image is not supporting arm64 yet
61-
# TODO Use default image when it supports arm64
62-
image: nnfw/one-devtools:${{ matrix.ubuntu_code }}-test
61+
image: samsungonedev.azurecr.io/nnfw/one-devtools:${{ matrix.ubuntu_code }}
6362
options: --user root
6463
env:
6564
TARGET_ARCH: ${{ matrix.arch }}

0 commit comments

Comments
 (0)