Skip to content

Commit

Permalink
Merge pull request #104 from tuxpeople/dependabot/github_actions/dock…
Browse files Browse the repository at this point in the history
…er/setup-buildx-action-2.10.0

chore(ci): bump docker/setup-buildx-action from 2.5.0 to 2.10.0
  • Loading branch information
tuxpeople authored Nov 7, 2023
2 parents a967d6f + 5e4d554 commit 84559eb
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@v2.1.0
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2.5.0
uses: docker/setup-buildx-action@v2.10.0
-
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@v2.1.0
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2.5.0
uses: docker/setup-buildx-action@v2.10.0
-
name: Login to GHCR
uses: docker/login-action@v2
Expand Down

0 comments on commit 84559eb

Please sign in to comment.