give up
cicd / cicd (push) Failing after 7s
Details
cicd / cicd (push) Failing after 7s
Details
parent
80d07b2cba
commit
a89ebbf558
|
|
@ -5,18 +5,12 @@ on:
|
||||||
- main
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
pull:
|
|
||||||
name: pull
|
|
||||||
runs-on: dind
|
|
||||||
steps:
|
|
||||||
- name: pull
|
|
||||||
run: |
|
|
||||||
docker pull registry-app.inhome.blapointe.com:5001/docker:latest
|
|
||||||
shell: sh
|
|
||||||
cicd:
|
cicd:
|
||||||
name: cicd
|
name: cicd
|
||||||
runs-on: dind
|
runs-on: dind
|
||||||
steps:
|
steps:
|
||||||
|
- name: checkout
|
||||||
|
uses: actions/checkout@v3
|
||||||
- name: cicd
|
- name: cicd
|
||||||
run: |
|
run: |
|
||||||
pwd
|
pwd
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,3 @@
|
||||||
FROM docker:24.0.7-dind-alpine3.18
|
FROM docker:24.0.7-dind-alpine3.18
|
||||||
|
|
||||||
RUN apk update && apk --no-cache add bash curl git
|
RUN apk update && apk --no-cache add bash curl git nodejs npm
|
||||||
|
|
||||||
COPY ./entrypoint.sh /bin/entrypoint.sh
|
|
||||||
RUN chmod +x /bin/entrypoint.sh
|
|
||||||
ENTRYPOINT ["/bin/entrypoint.sh"]
|
|
||||||
CMD []
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue