Skip to content

Commit 0e9aa08

Browse files
committed
build args fix
1 parent 05f7aac commit 0e9aa08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
labels: ${{ steps.meta.outputs.labels }}
5757
platforms: linux/amd64,linux/arm64
5858
build-args: |
59-
- INCLUDE_DB=true
59+
- INCLUDE_DB="true"
6060
build-and-publish-image-nodb:
6161
runs-on: ubuntu-latest
6262
steps:
@@ -98,4 +98,4 @@ jobs:
9898
labels: ${{ steps.meta.outputs.labels }}
9999
platforms: linux/amd64,linux/arm64
100100
build-args: |
101-
- INCLUDE_DB=false
101+
- INCLUDE_DB="false"

0 commit comments

Comments
 (0)