Skip to content

Commit 0f4a2a7

Browse files
Update docker/setup-buildx-action action to v3 (#116)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 446c9ca commit 0f4a2a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v2
1818

1919
- name: Set up Docker Buildx
20-
uses: docker/setup-buildx-action@v1
20+
uses: docker/setup-buildx-action@v3
2121

2222
- name: Log in to the Container registry
2323
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446

0 commit comments

Comments
 (0)