Skip to content

Commit

Permalink
[GHA]: use Azure docker images (#27529)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-lavrenov authored Nov 13, 2024
1 parent 63b24fd commit a30fc78
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/fedora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
shell: bash
runs-on: aks-linux-16-cores-32gb
container:
image: fedora:33
image: openvinogithubactions.azurecr.io/dockerio/library/fedora:33
volumes:
- /mount:/mount
options: -e SCCACHE_AZURE_BLOB_CONTAINER -e SCCACHE_AZURE_CONNECTION_STRING
Expand Down Expand Up @@ -196,9 +196,9 @@ jobs:
defaults:
run:
shell: bash
runs-on: ubuntu-20.04
runs-on: aks-linux-2-cores-8gb
container:
image: fedora:33
image: openvinogithubactions.azurecr.io/dockerio/library/fedora:33
env:
RPM_PACKAGES_DIR: /__w/openvino/packages/

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/webassembly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
shell: bash
runs-on: aks-linux-16-cores-32gb
container:
image: emscripten/emsdk
image: openvinogithubactions.azurecr.io/dockerio/emscripten/emsdk:3.1.61
volumes:
- /mount:/mount
options: -e SCCACHE_AZURE_BLOB_CONTAINER -e SCCACHE_AZURE_CONNECTION_STRING
Expand Down

0 comments on commit a30fc78

Please sign in to comment.