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 name: cicd
runs-on: dind runs-on: dind
steps: steps:
- name: pull
run: |
docker pull registry-app.inhome.blapointe.com:5001/docker:latest
shell: sh
- name: checkout - name: checkout
run: | run: |
docker ps | grep docker
docker images | grep docker
hostname hostname
docker ps | grep $HOSTNAME docker ps | grep $HOSTNAME
git clone ${{ github.repository }} git clone ${{ github.repository }}