Skip to content
Snippets Groups Projects
Unverified Commit e8d62655 authored by Dawid Dziurla's avatar Dawid Dziurla Committed by GitHub
Browse files

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

workflows: fix docker tag
parents 5128075f 4dc9312f
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment