o
cicd / cicd (push) Failing after 23s Details

main
bel 2023-10-28 08:50:17 -06:00
parent 546730b639
commit 8cb02d788a
1 changed files with 6 additions and 0 deletions

View File

@ -9,8 +9,14 @@ jobs:
name: cicd
runs-on: dind
steps:
- name: pull
run: |
docker pull registry-app.inhome.blapointe.com:5001/docker:latest
shell: sh
- name: checkout
run: |
docker ps | grep docker
docker images | grep docker
hostname
docker ps | grep $HOSTNAME
git clone ${{ github.repository }}