Got docker push working

This commit is contained in:
2022-09-14 20:07:51 -05:00
parent 77a4545496
commit b0d66f2929
5 changed files with 92 additions and 26 deletions

View File

@@ -0,0 +1,6 @@
import sys
import pytest
# if using 'bazel test ...'
if __name__ == "__main__":
sys.exit(pytest.main(sys.argv[1:]))