Skip to content

Commit

Permalink
Fix dockerhub export version
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-schulze-vireso committed Jul 23, 2021
1 parent 700fd17 commit 2e2e5df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: |
EXPECTED_VERSION=${{ github.event.inputs.version }}
TAG_VERSION=${GITHUB_REF#refs/tags/v} # refs/tags/v1.2.3 -> 1.2.3
echo ::set-output name=version::${EXPECTED_VERSION:-TAG_VERSION}
echo ::set-output name=version::${EXPECTED_VERSION:-$TAG_VERSION}
-
name: Set up QEMU
uses: docker/setup-qemu-action@v1
Expand Down

0 comments on commit 2e2e5df

Please sign in to comment.