Skip to content

Commit

Permalink
ci: fix docker tag
Browse files Browse the repository at this point in the history
  • Loading branch information
monkeyWie committed Nov 7, 2022
1 parent 95eb3a4 commit 576f0d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ jobs:
env:
VERSION: ${{ needs.get_release.outputs.tag_name }}
run: |
tag=liwei2633/gopeed:$VERSION
tag=liwei2633/gopeed:${VERSION:1}
docker build -t $tag .
docker login -u liwei2633 -p ${{ secrets.DOCKER_PASSWORD }}
docker push $tag
Expand Down

0 comments on commit 576f0d2

Please sign in to comment.