We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5986339 commit f36d38bCopy full SHA for f36d38b
.github/workflows/dockerx.yml
@@ -34,6 +34,6 @@ jobs:
34
with:
35
context: .
36
file: Dockerfile.chromium
37
- platforms: "linux/amd64,linux/arm/v7,linux/arm64/v8"
+ platforms: linux/amd64,linux/arm/v7,linux/arm64/v8
38
push: true
39
- tags: "hivesolutions/headless:chromium${{ steps.set_tag.outputs.tag }}"
+ tags: hivesolutions/headless:chromium${{ steps.set_tag.outputs.tag }}
0 commit comments