Skip to content

Commit 5986339

Browse files
committed
chore: changed ' with "
1 parent 54362de commit 5986339

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dockerx.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ jobs:
3434
with:
3535
context: .
3636
file: Dockerfile.chromium
37-
platforms: 'linux/amd64,linux/arm/v7,linux/arm64/v8'
37+
platforms: "linux/amd64,linux/arm/v7,linux/arm64/v8"
3838
push: true
39-
tags: 'hivesolutions/headless:chromium${{ steps.set_tag.outputs.tag }}'
39+
tags: "hivesolutions/headless:chromium${{ steps.set_tag.outputs.tag }}"

0 commit comments

Comments
 (0)