Skip to content

Commit

Permalink
fix: image name
Browse files Browse the repository at this point in the history
  • Loading branch information
jjh4450 committed Feb 1, 2025
1 parent 5d5d482 commit 3312bd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions:
actions: write
env:
REGISTRY: ghcr.io
IMAGE_NAME: jjh4450/aihubshell_unofficial_image
IMAGE_NAME: jjh4450/aihubshell_unofficial
jobs:
build-and-release:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -98,4 +98,3 @@ jobs:
gh api --method DELETE /repos/${{ github.repository }}/releases/$release
gh api --method DELETE /repos/${{ github.repository }}/git/refs/tags/$RELEASE_TAG
done
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# aihubshell Docker 이미지 (비공식) 🚀

AI Hub에서 **CLI**로 데이터를 다운로드할 수 있는 툴인 **`aihubshell`**을 Docker로 간단히 실행할 수 있도록 구성한 **비공식** 이미지입니다.
AI Hub에서 **CLI**로 데이터를 다운로드할 수 있는 툴인 `aihubshell`을 Docker로 간단히 실행할 수 있도록 구성한 **비공식** 이미지입니다.
본 이미지는 `Alpine Linux` 기반으로 제작되었으며, 사용 전에 **AI Hub** 이용 약관을 반드시 숙지하고, 데이터셋 다운로드 승인 여부 등을 **사전에 확인**한 후 사용해주세요.


Expand Down

0 comments on commit 3312bd8

Please sign in to comment.