Skip to content

Commit

Permalink
Update pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
robinmanuelthiel committed Nov 2, 2021
1 parent 926880e commit f261a4d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ jobs:
docker buildx build \
--push \
--platform linux/arm/v7,linux/arm64/v8,linux/amd64 \
--tag robinmanuelthiel/speedtest:${{ inputs.version }} \
--tag robinmanuelthiel/speedtest:${{ github.event.inputs.version }} \
--tag robinmanuelthiel/speedtest:latest \
.
- name: Create GitHub Release
uses: softprops/action-gh-release@v1
with:
tag_name: v${{ inputs.version }}
name: Version ${{ inputs.version }}
tag_name: v${{ github.event.inputs.version }}
name: Version ${{ github.event.inputs.version }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f261a4d

Please sign in to comment.