Update docker-publish.yml

This commit is contained in:
Rasmus Kjellberg
2023-03-04 17:14:02 +01:00
committed by GitHub
parent 11267b43c2
commit 059979b889

View File

@@ -19,7 +19,7 @@ jobs:
-
name: Extract Version Number
id: extract_version
run: echo "::set-output name=version::${{ github.ref | replace('refs/tags/v', '') }}"
run: echo "::set-output name=version::${{ github.ref | replace('refs/tags/', '') }}"
-
name: Set up QEMU
uses: docker/setup-qemu-action@v2