Skip to content

Commit a30fc78

Browse files
1 parent 63b24fd commit a30fc78

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/fedora.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
shell: bash
4545
runs-on: aks-linux-16-cores-32gb
4646
container:
47-
image: fedora:33
47+
image: openvinogithubactions.azurecr.io/dockerio/library/fedora:33
4848
volumes:
4949
- /mount:/mount
5050
options: -e SCCACHE_AZURE_BLOB_CONTAINER -e SCCACHE_AZURE_CONNECTION_STRING
@@ -196,9 +196,9 @@ jobs:
196196
defaults:
197197
run:
198198
shell: bash
199-
runs-on: ubuntu-20.04
199+
runs-on: aks-linux-2-cores-8gb
200200
container:
201-
image: fedora:33
201+
image: openvinogithubactions.azurecr.io/dockerio/library/fedora:33
202202
env:
203203
RPM_PACKAGES_DIR: /__w/openvino/packages/
204204

.github/workflows/webassembly.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
shell: bash
4444
runs-on: aks-linux-16-cores-32gb
4545
container:
46-
image: emscripten/emsdk
46+
image: openvinogithubactions.azurecr.io/dockerio/emscripten/emsdk:3.1.61
4747
volumes:
4848
- /mount:/mount
4949
options: -e SCCACHE_AZURE_BLOB_CONTAINER -e SCCACHE_AZURE_CONNECTION_STRING

0 commit comments

Comments
 (0)