Merge pull request #7380 from dawidd6/fix-docker-tag

workflows: fix docker tag
This commit is contained in:
Dawid Dziurla 2020-04-17 19:09:58 +02:00 committed by GitHub
commit e8d6265560
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -163,8 +163,7 @@ jobs:
run: |
if [ "$RUNNER_OS" = "Linux" ]; then
docker-compose -f Dockerfile.yml run --rm -v $GITHUB_WORKSPACE:/tmp/test-bot sut
# TODO: reenable when we figure out issue
# docker tag homebrew_sut brew
docker tag brew_sut brew
else
brew test-bot
fi