Skip to content

Commit 57707ee

Browse files
authored
Merge pull request #198 from tuxpeople/renovate/docker-setup-buildx-action-3.x
chore(deps): update docker/setup-buildx-action action to v3.11.0
2 parents 3a3119b + 02e72ab commit 57707ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pullrequests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Set up QEMU
2626
uses: docker/[email protected]
2727
- name: Set up Docker Buildx
28-
uses: docker/setup-buildx-action@v3.10.0
28+
uses: docker/setup-buildx-action@v3.11.0
2929
- name: Build and push
3030
id: docker_build
3131
uses: docker/[email protected]

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
- name: Set up QEMU
9898
uses: docker/[email protected]
9999
- name: Set up Docker Buildx
100-
uses: docker/setup-buildx-action@v3.10.0
100+
uses: docker/setup-buildx-action@v3.11.0
101101
- name: Login to GHCR
102102
uses: docker/login-action@v3
103103
if: github.event_name != 'pull_request'

0 commit comments

Comments
 (0)