Skip to content

Commit 8f971ce

Browse files
committed
Update CI
1 parent 247fe1c commit 8f971ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

docker/build_and_push.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ elixir=1.14.2
99
erlang=24.3.4.2
1010

1111
docker 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 \

0 commit comments

Comments
 (0)