diff --git a/.github/workflows/build-dockerfile.yaml b/.github/workflows/build-dockerfile.yaml index 0a92509..1491463 100644 --- a/.github/workflows/build-dockerfile.yaml +++ b/.github/workflows/build-dockerfile.yaml @@ -12,7 +12,7 @@ permissions: packages: write env: - IMAGE_NAME: julia-notebook-jp + IMAGE_NAME: ${{ github.repository }} #set tagname TAG_NAME: latest #set targetdir @@ -53,7 +53,7 @@ jobs: id: meta uses: docker/metadata-action@v5 with: - images: ghcr.io/${{ github.repository }}/julia-notebook-jp + images: ghcr.io/${{ github.ACTOR }}/${{ github.repository }} tags: ${{ env.TAG_NAME }} - name: Build and push diff --git a/README.md b/README.md index ad21454..2f85306 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Juliaがインストール済みのJupyter Notebookが立ち上がるDocker環境です。 -[Container registry](https://github.com/till0196/julia-environment/pkgs/container/julia-notebook-jp)にて、linux/amd64とlinux/arm64のビルド済みDockerイメージを公開しています。 +[Container registry](https://github.com/till0196/julia-environment/pkgs/container/julia-environment)にて、linux/amd64とlinux/arm64のビルド済みDockerイメージを公開しています。 ## 使い方 diff --git a/docker-compose.yaml b/docker-compose.yaml index f1f6ce3..1b62699 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -6,7 +6,7 @@ services: context: . dockerfile: Dockerfile # image: quay.io/jupyter/julia-notebook:latest - image: ghcr.io/till0196/julia-notebook-jp:latest + image: ghcr.io/till0196/julia-enviroment:latest command: >- start-notebook.py --ip='*'