workflows: fix docker tag

This commit is contained in:
Dawid Dziurla 2020-04-17 18:29:00 +02:00
parent 5128075fb6
commit 4dc9312f3c
No known key found for this signature in database
GPG Key ID: 7B6D8368172E9B0B

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