diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 37b3839..d0316ec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,7 +68,7 @@ jobs: go install github.com/openshift/source-to-image/cmd/s2i@latest - name: Build a server container run: | - $HOME/go/bin/s2i build https://github.com/sclorg/django-ex centos/python-35-centos7 hello-python + $HOME/go/bin/s2i build -v https://github.com/sclorg/django-ex centos/python-35-centos7 hello-python docker run -p 8080:8080 hello-python $HOME/go/bin/s2i build . registry.access.redhat.com/ubi8/python-36:latest zezere:testimg - name: Run a server