Skip to content

Commit

Permalink
Merge pull request #59 from ruby/dependabot/github_actions/docker/bui…
Browse files Browse the repository at this point in the history
…ld-push-action-6

Bump docker/build-push-action from 5 to 6
  • Loading branch information
hsbt authored Jul 1, 2024
2 parents 1b73619 + b4e8cc6 commit 71bc9e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
run: ruby -e 'puts "version=#{RUBY_VERSION}"' >> $GITHUB_OUTPUT
if: ${{ matrix.entry.build_ruby != '' }}

- uses: docker/build-push-action@v5
- uses: docker/build-push-action@v6
with:
build-args: |
version=${{ matrix.entry.os }}
Expand Down

0 comments on commit 71bc9e2

Please sign in to comment.