Skip to content

Commit c34237c

Browse files
authored
Merge pull request #2472 from Particular/dependabot/github_actions/docker/setup-buildx-action-3.11.1
Bump docker/setup-buildx-action from 3.10.0 to 3.11.1
2 parents a5c2921 + ed500e9 commit c34237c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/push-container-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
username: ${{ secrets.DOCKERHUB_USERNAME }}
3434
password: ${{ secrets.DOCKERHUB_TOKEN }}
3535
- name: Set up Docker Buildx
36-
uses: docker/setup-buildx-action@v3.10.0
36+
uses: docker/setup-buildx-action@v3.11.1
3737
- name: Publish to Docker Hub
3838
run: |
3939
$tags = "${{ steps.validate.outputs.container-tags }}" -Split ','

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
with:
141141
version: ${{ env.MinVerVersion }}
142142
- name: Set up Docker Buildx
143-
uses: docker/setup-buildx-action@v3.10.0
143+
uses: docker/setup-buildx-action@v3.11.1
144144
- name: Log in to GitHub container registry
145145
uses: docker/[email protected]
146146
with:

0 commit comments

Comments
 (0)