Skip to content

Commit

Permalink
Merge pull request #331 from FlowFuse/dependabot/github_actions/docke…
Browse files Browse the repository at this point in the history
…r/setup-buildx-action-3.8.0

Bump docker/setup-buildx-action from 3.7.1 to 3.8.0
  • Loading branch information
ppawlowski authored Dec 16, 2024
2 parents eacc069 + ef30e37 commit f312b97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Setup QEMU
uses: docker/[email protected]
- name: Setup Docker buildx
uses: docker/setup-buildx-action@v3.7.1
uses: docker/setup-buildx-action@v3.8.0
- name: docker login
uses: docker/[email protected]
with:
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
- name: Setup QEMU
uses: docker/[email protected]
- name: Setup Docker buildx
uses: docker/setup-buildx-action@v3.7.1
uses: docker/setup-buildx-action@v3.8.0
- name: docker login
uses: docker/[email protected]
with:
Expand Down

0 comments on commit f312b97

Please sign in to comment.