Skip to content

Commit

Permalink
Merge pull request #3043 from projectblacklight/docker-setup-build-ve…
Browse files Browse the repository at this point in the history
…rsions

Update to docker/setup-buildx-action@v3 and docker/build-push-action@v6
  • Loading branch information
taylor-steve committed Jul 1, 2024
2 parents 6dcbdd0 + 1671907 commit 9ef8b91
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 9ef8b91

Please sign in to comment.