Skip to content

Commit f36d38b

Browse files
committed
chore: removed unecessary "
1 parent 5986339 commit f36d38b

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)