checkout
parent
04ae24e7df
commit
b4d98055a6
|
|
@ -26,6 +26,8 @@ jobs:
|
|||
run: |
|
||||
was=$(docker images | grep registry-app.inhome.blapointe.com:5001/docker:latest | awk '{print $3}')
|
||||
|
||||
git clone ${{ gitea.repository }}
|
||||
cd ./*/
|
||||
if ! sh ./build.sh; then
|
||||
exit 1
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in New Issue