Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Till0196 committed Apr 16, 2024
1 parent 7738845 commit 9b2086d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-dockerfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions:
packages: write

env:
IMAGE_NAME: julia-notebook-jp
IMAGE_NAME: ${{ github.repository }}
#set tagname
TAG_NAME: latest
#set targetdir
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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イメージを公開しています。

## 使い方

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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='*'
Expand Down

0 comments on commit 9b2086d

Please sign in to comment.