Skip to content

Commit

Permalink
Update publish-cimg-ruby.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pftg authored Jul 12, 2024
1 parent 2740dfb commit 09e2752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-cimg-ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
context: ./cimg-ruby/
build-args: RUBY_VERSION=${{ matrix.version }}
push: true
platforms: ["linux/amd64", "linux/arm64"]
platforms: linux/amd64,linux/arm64
labels: ${{ steps.meta.outputs.labels }}
tags: |
${{ env.IMAGE_NAME }}:${{ matrix.version }}-chrome
Expand Down

0 comments on commit 09e2752

Please sign in to comment.