Skip to content

Commit 7269819

Browse files
authored
ci: single quotes
Signed-off-by: Boris Glimcher <36732377+glimchb@users.noreply.github.com>
1 parent fcd1cb3 commit 7269819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
cache-from: type=gha
6363
cache-to: type=gha,mode=max
6464
build-args: |
65-
ARCH=${{ runner.arch == "ARM" && "native" || "x86-64-v2" }}
65+
ARCH=${{ runner.arch == 'ARM' && 'native' || 'x86-64-v2' }}
6666
6767
test:
6868
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)