Skip to content

Commit 89bdfde

Browse files
authored
Update hub.yml
1 parent 2974fd7 commit 89bdfde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/hub.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Available platforms
1919
run: echo ${{ steps.qemu.outputs.platforms }}
2020
- name: Set up Docker Buildx
21-
uses: docker/setup-buildx-action@v3
21+
uses: docker/setup-buildx-action@v2
2222
- name: Parse the git tag
2323
id: get_tag
2424
run: echo ::set-output name=TAG::$(echo $GITHUB_REF | cut -d / -f 3)

0 commit comments

Comments
 (0)