Skip to content

Commit

Permalink
remove additional hypen
Browse files Browse the repository at this point in the history
Signed-off-by: Oguz Ozturk <oguzkaganozt@gmail.com>
  • Loading branch information
oguzkaganozt committed Sep 12, 2024
1 parent 9780d44 commit c429822
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-and-push-arm64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
platform: arm64
base_image_env: base_image
lib_dir: aarch64
additional-tag-suffix: -cuda
additional-tag-suffix: cuda
steps:
# https://github.com/actions/checkout/issues/211
- name: Change permission of workspace
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-and-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
platform: amd64
base_image_env: base_image
lib_dir: x86_64
additional-tag-suffix: -cuda
additional-tag-suffix: cuda
steps:
- name: Check out repository
uses: actions/checkout@v4
Expand Down

0 comments on commit c429822

Please sign in to comment.