Skip to content

Commit

Permalink
Merge pull request #45 from 417-72KI/renovate/docker-setup-buildx-act…
Browse files Browse the repository at this point in the history
…ion-3.x

Update docker/setup-buildx-action action to v3
  • Loading branch information
renovate[bot] authored Sep 12, 2023
2 parents bbbf90e + d2f9b23 commit df61c49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker_hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
image: tonistiigi/binfmt:latest
platforms: all
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
- name: Login DockerHub
uses: docker/login-action@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
- name: Build Docker image
id: build-image
uses: docker/build-push-action@v5
Expand Down

0 comments on commit df61c49

Please sign in to comment.