Skip to content

Commit 31c8242

Browse files
chore(deps): update docker/setup-buildx-action action to v2
Signed-off-by: Renovate Bot <[email protected]> | datasource | package | from | to | | ----------- | -------------------------- | ---- | -- | | github-tags | docker/setup-buildx-action | v1 | v2 |
1 parent b2bf6a4 commit 31c8242

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-push-containers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: docker/setup-qemu-action@v1
2626

2727
- name: Setup Docker Buildx
28-
uses: docker/setup-buildx-action@v1
28+
uses: docker/setup-buildx-action@v2
2929

3030
- name: Login to GitHub Container Registry
3131
uses: docker/login-action@v2

0 commit comments

Comments
 (0)