Merge pull request #7504 from sjackman/docker-hub

docker.yml: Fix a typo
This commit is contained in:
Shaun Jackman 2020-05-04 15:27:25 -07:00 committed by GitHub
commit 6065dd1f1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,6 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
run: |
brew_version=${GITHUB_REF:10}
echo "::set-env brew_version=$brew_version"
echo "::set-env name=brew_version::$brew_version"
docker login docker.pkg.github.com -u BrewTestBot -p ${{secrets.GITHUB_TOKEN}}
docker tag brew "docker.pkg.github.com/homebrew/brew/ubuntu${{matrix.version}}:$brew_version"