Skip to content

Commit 2c39c98

Browse files
Update docker/setup-buildx-action action to v2 (#127)
1 parent bfbf776 commit 2c39c98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Set up QEMU
2424
uses: docker/setup-qemu-action@v2
2525
- name: Set up Docker Buildx
26-
uses: docker/setup-buildx-action@v1
26+
uses: docker/setup-buildx-action@v2
2727
- name: Cache Go modules
2828
uses: actions/cache@v3
2929
with:

0 commit comments

Comments
 (0)