Skip to content

Commit

Permalink
chore: changed ' with "
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Mar 1, 2024
1 parent 54362de commit 5986339
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dockerx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ jobs:
with:
context: .
file: Dockerfile.chromium
platforms: 'linux/amd64,linux/arm/v7,linux/arm64/v8'
platforms: "linux/amd64,linux/arm/v7,linux/arm64/v8"
push: true
tags: 'hivesolutions/headless:chromium${{ steps.set_tag.outputs.tag }}'
tags: "hivesolutions/headless:chromium${{ steps.set_tag.outputs.tag }}"

0 comments on commit 5986339

Please sign in to comment.