workflows: fix docker tag

This commit is contained in:
Dawid Dziurla 2020-05-11 10:21:08 +02:00
parent fc56a3d354
commit 9ecc04fbe4
No known key found for this signature in database
GPG Key ID: 7B6D8368172E9B0B

View File

@ -196,5 +196,5 @@ jobs:
docker tag brew "docker.pkg.github.com/homebrew/brew/brew:$v"
docker push "docker.pkg.github.com/homebrew/brew/brew:$v"
docker login docker.com -u brewtestbot -p ${{secrets.DOCKER_TOKEN}}
docker tag "brew homebrew/brew:$v"
docker tag brew "homebrew/brew:$v"
docker push "homebrew/brew:$v"