Skip to content

Commit

Permalink
Merge pull request automatic-ripping-machine#1176 from automatic-ripp…
Browse files Browse the repository at this point in the history
…ing-machine/dependabot/github_actions/docker/setup-buildx-action-3.6.1

Bump docker/setup-buildx-action from 3.4.0 to 3.6.1
  • Loading branch information
microtechno9000 authored Sep 16, 2024
2 parents 779563a + 55e1f64 commit ac74406
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
# Workaround: https://github.com/docker/build-push-action/issues/461
-
name: Setup Docker buildx
uses: docker/setup-buildx-action@4fd812986e6c8c2a69e18311145f9371337f27d4
uses: docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db

# Login against all registries
# https://github.com/docker/login-action
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-pr-image-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

-
name: Setup Docker buildx
uses: docker/setup-buildx-action@4fd812986e6c8c2a69e18311145f9371337f27d4
uses: docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db

# Build Docker image with Buildx
# https://github.com/docker/build-push-action
Expand Down

0 comments on commit ac74406

Please sign in to comment.