Skip to content

Commit c01d7bc

Browse files
committed
Remove quotes around build args
1 parent 473799b commit c01d7bc

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)