We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2974fd7 commit 89bdfdeCopy full SHA for 89bdfde
.github/workflows/hub.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Available platforms
19
run: echo ${{ steps.qemu.outputs.platforms }}
20
- name: Set up Docker Buildx
21
- uses: docker/setup-buildx-action@v3
+ uses: docker/setup-buildx-action@v2
22
- name: Parse the git tag
23
id: get_tag
24
run: echo ::set-output name=TAG::$(echo $GITHUB_REF | cut -d / -f 3)
0 commit comments