We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11e7c25 commit 684dc20Copy full SHA for 684dc20
.github/workflows/build_docker.yml
@@ -57,7 +57,7 @@ jobs:
57
with:
58
file: ./Dockerfile.base
59
build-args: |
60
- BASE_IMAGE_VERSION=${{ steps.major_version.outputs.version || bookworm-slim }}
+ BASE_IMAGE_VERSION=${{ steps.major_version.outputs.version || "bookworm-slim" }}
61
CI_DOCKER_VERSION=${{ steps.meta.outputs.version || github.sha }}
62
push: ${{ github.event_name != 'pull_request' }}
63
platforms: linux/amd64,linux/arm64
0 commit comments