Skip to content

Commit

Permalink
chore: fix publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
bobheadxi committed Apr 27, 2022
1 parent 5d82689 commit ce7659b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
run: |
echo ${{ secrets.ACCESS_TOKEN }} | docker login ghcr.io --username $GITHUB_ACTOR --password-stdin
docker push ghcr.io/bobheadxi/gobenchdata:$(git describe --tags)
docker push -f ghcr.io/bobheadxi/gobenchdata:v1
docker push ghcr.io/bobheadxi/gobenchdata:v1

0 comments on commit ce7659b

Please sign in to comment.