Skip to content

Commit f972c09

Browse files
committed
reformat build args
1 parent 0e2794b commit f972c09

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish-images.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ jobs:
3434
with:
3535
context: .
3636
file: ./Dockerfile-notebook-base
37-
build-args:
38-
DASK_VERSION: "2025.7.0"
39-
PYTHON_VERSION: "3.13"
37+
build-args: |
38+
DASK_VERSION=2025.7.0
39+
PYTHON_VERSION=3.13
4040
push: true
4141
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}-notebook-base
4242
#labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)