Skip to content

Commit e9aa004

Browse files
authored
Merge pull request #215 from skadi-cloud/dependabot/github_actions/docker/setup-buildx-action-2
build(deps): bump docker/setup-buildx-action from 1 to 2
2 parents f11acb3 + 37f9391 commit e9aa004

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.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/setup-qemu-action@v1
2727
- name: Set up Docker Buildx
28-
uses: docker/setup-buildx-action@v1
28+
uses: docker/setup-buildx-action@v2
2929
- name: Login to Scaleway Container Registry
3030
uses: docker/login-action@v1.14.1
3131
with:

0 commit comments

Comments
 (0)