Skip to content

Commit 684dc20

Browse files
committed
Forgot to quote string
1 parent 11e7c25 commit 684dc20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
with:
5858
file: ./Dockerfile.base
5959
build-args: |
60-
BASE_IMAGE_VERSION=${{ steps.major_version.outputs.version || bookworm-slim }}
60+
BASE_IMAGE_VERSION=${{ steps.major_version.outputs.version || "bookworm-slim" }}
6161
CI_DOCKER_VERSION=${{ steps.meta.outputs.version || github.sha }}
6262
push: ${{ github.event_name != 'pull_request' }}
6363
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)