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 54362de commit 5986339Copy full SHA for 5986339
.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