Skip to content

Commit

Permalink
chore: also republish image as v1
Browse files Browse the repository at this point in the history
  • Loading branch information
bobheadxi committed Oct 30, 2021
1 parent 030e347 commit b37e8fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish_v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +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

0 comments on commit b37e8fd

Please sign in to comment.