Skip to content

Commit

Permalink
Merge pull request #129 from sdr-enthusiasts/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/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
fredclausen authored Jan 3, 2025
2 parents 0ceaef2 + 8e25446 commit 17286b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
uses: docker/[email protected]

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

- name: Build arm64
uses: docker/[email protected]
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
uses: docker/[email protected]

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

- name: Build amd64
uses: docker/[email protected]
Expand Down

0 comments on commit 17286b9

Please sign in to comment.