Skip to content

Commit

Permalink
fix image names
Browse files Browse the repository at this point in the history
  • Loading branch information
akashchi committed Aug 9, 2024
1 parent e7f09e1 commit 5bfc41d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ubuntu_22.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ jobs:
id: handle_docker
with:
images: |
ov_build/ubuntu_20_04_x64
ov_build/ubuntu_20_04_x64_nvidia
ov_test/ubuntu_20_04_x64
ov_build/ubuntu_22_04_x64
ov_build/ubuntu_22_04_x64_nvidia
ov_test/ubuntu_22_04_x64
registry: 'openvinogithubactionsstaging.azurecr.io'
dockerfiles_root_dir: '.github/dockerfiles'
changed_components: ${{ needs.smart_ci.outputs.changed_components }}
Expand Down

0 comments on commit 5bfc41d

Please sign in to comment.