Skip to content

Commit 3ebf915

Browse files
authored
Merge pull request #2866 from Particular/renovate/docker-setup-buildx-action-4.x
Update docker/setup-buildx-action action to v4
2 parents 9506b8e + 04e9282 commit 3ebf915

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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.12.0
36+
uses: docker/setup-buildx-action@v4.0.0
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
@@ -145,7 +145,7 @@ jobs:
145145
with:
146146
version: ${{ env.MinVerVersion }}
147147
- name: Set up Docker Buildx
148-
uses: docker/setup-buildx-action@v3.12.0
148+
uses: docker/setup-buildx-action@v4.0.0
149149
- name: Log in to GitHub container registry
150150
uses: docker/login-action@v4.0.0
151151
with:

0 commit comments

Comments
 (0)