Skip to content

Commit

Permalink
Merge pull request #170 from tuxpeople/renovate/docker-setup-buildx-a…
Browse files Browse the repository at this point in the history
…ction-3.x

chore(deps): update docker/setup-buildx-action action to v3.7.1
  • Loading branch information
tuxpeople authored Dec 11, 2024
2 parents 243e2a3 + e279f08 commit ba6a955
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pullrequests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: docker/setup-qemu-action@v3.2.0
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3.6.1
uses: docker/setup-buildx-action@v3.7.1
-
name: Build and push
id: docker_build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
uses: docker/setup-qemu-action@v3.2.0
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3.6.1
uses: docker/setup-buildx-action@v3.7.1
-
name: Login to GHCR
uses: docker/login-action@v3
Expand Down

0 comments on commit ba6a955

Please sign in to comment.