Merge pull request #65 from AlfHou/AlfHou-patch-1

Update hub.yml
This commit is contained in:
Alf Sebastian Houge
2023-07-20 00:40:23 +02:00
committed by GitHub

View File

@@ -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)