Skip to content

Commit

Permalink
Update docker/setup-buildx-action action to v2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and victor-rds committed Mar 21, 2023
1 parent ade595a commit 3c1ea8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/call_build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:

- id: buildx
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2.4.1
uses: docker/setup-buildx-action@v2.5.0

- name: Login to DockerHub
if: inputs.pushit
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/call_pr_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- id: buildx
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2.4.1
uses: docker/setup-buildx-action@v2.5.0

- id: docker_pr_build
name: PR Build
Expand Down

0 comments on commit 3c1ea8d

Please sign in to comment.