Skip to content

Commit

Permalink
Update to docker/setup-buildx-action@v3 and docker/build-push-action@v6
Browse files Browse the repository at this point in the history
  • Loading branch information
corylown committed Jul 1, 2024
1 parent 61fbc25 commit 1671907
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
- name: Build Docker image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v6
with:
context: .
file: ./Dockerfile
Expand Down

0 comments on commit 1671907

Please sign in to comment.