Skip to content

Commit

Permalink
Merge pull request #173 from guidewire-oss/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…docker/setup-buildx-action-3.8.0

Chore: (deps): Bump docker/setup-buildx-action from 3.7.1 to 3.8.0
  • Loading branch information
fvarg00 authored Dec 19, 2024
2 parents c9f4927 + 0a38472 commit 1c172d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3.7.1
uses: docker/setup-buildx-action@v3.8.0

- name: Login to Docker Hub
uses: docker/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
# username: ${{ secrets.FERN_DOCKER_USER }}
# password: ${{ secrets.FERN_DOCKER_PASSWORD }}
- uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3.2.0
- uses: docker/setup-buildx-action@460e45646ded27e46146cedd75d922e7fd9ef69f # v3.6.1
- uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.6.1
with:
driver-opts: image=moby/buildkit:master

Expand Down

0 comments on commit 1c172d4

Please sign in to comment.