We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aec398 commit d1d8a05Copy full SHA for d1d8a05
.github/workflows/pr_build.yml renamed to .github/workflows/pr-build.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Build Wheel and Image Files
24
uses: ./.github/actions/artifacts_build
25
with:
26
- image_uri_with_tag: pr_build/${{ matrix.python-version }}
+ image_uri_with_tag: pr-build/${{ matrix.python-version }}
27
push_image: false
28
load_image: true
29
python_version: ${{ matrix.python-version }}
0 commit comments