File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ jobs:
128128 push : true
129129 tags : ${{ steps.meta.outputs.tags }}
130130 build-args : |
131- BASE_IMAGE=ghcr.io/ livebook-dev /utils:elixir-cuda11.8
131+ BASE_IMAGE=livebook/utils:elixir-1.14.2-erlang-24.3.4.2 -cuda11.8
132132
133133 create_draft_release :
134134 if : github.ref_type == 'tag'
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ elixir=1.14.2
99erlang=24.3.4.2
1010
1111docker buildx build --push --platform linux/amd64,linux/arm64 \
12- -t ghcr.io/ livebook-dev /utils:elixir-cuda11.8 \
12+ -t livebook/utils:elixir- $elixir -erlang- $erlang -cuda11.8 \
1313 --build-arg ELIXIR_VERSION=$elixir \
1414 --build-arg ERLANG_VERSION=$erlang \
1515 --build-arg CUDA_VERSION=11.8.0 \
You can’t perform that action at this time.
0 commit comments