Skip to content

Commit d1d8a05

Browse files
committed
rename pr-build and references
1 parent 4aec398 commit d1d8a05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr_build.yml renamed to .github/workflows/pr-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Build Wheel and Image Files
2424
uses: ./.github/actions/artifacts_build
2525
with:
26-
image_uri_with_tag: pr_build/${{ matrix.python-version }}
26+
image_uri_with_tag: pr-build/${{ matrix.python-version }}
2727
push_image: false
2828
load_image: true
2929
python_version: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)