brown paper bag for #686

Signed-off-by: Daniel Holbach <daniel@weave.works>
This commit is contained in:
Daniel Holbach
2022-11-02 14:08:28 +01:00
parent 16fd2db8fb
commit eb877416ae

View File

@@ -28,7 +28,7 @@ jobs:
go-version-file: 'go.mod'
check-latest: true
- name: Find current tag version
run: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
run: echo "version=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT
id: tags
- name: Set up QEMU
uses: docker/setup-qemu-action@v2