Update hub.yml
This commit is contained in:
committed by
GitHub
parent
2974fd783f
commit
89bdfdefd4
2
.github/workflows/hub.yml
vendored
2
.github/workflows/hub.yml
vendored
@@ -18,7 +18,7 @@ jobs:
|
||||
- name: Available platforms
|
||||
run: echo ${{ steps.qemu.outputs.platforms }}
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
uses: docker/setup-buildx-action@v2
|
||||
- name: Parse the git tag
|
||||
id: get_tag
|
||||
run: echo ::set-output name=TAG::$(echo $GITHUB_REF | cut -d / -f 3)
|
||||
|
||||
Reference in New Issue
Block a user