Compare commits

..

2 Commits

Author SHA1 Message Date
bel
d6a2d3269c try actions/checkout@v3
Some checks failed
cicd / cicd (push) Failing after 16s
2023-10-28 08:45:02 -06:00
bel
b970d4b6fa install git 2023-10-28 08:41:44 -06:00
2 changed files with 5 additions and 2 deletions

View File

@@ -9,7 +9,10 @@ jobs:
name: cicd
runs-on: dind
steps:
- run: |
- name: checkout
uses: actions/checkout@v3
- name: cicd
run: |
pwd
find . -type d
sh ./build.sh

View File

@@ -1,3 +1,3 @@
FROM docker:24.0.7-dind-alpine3.18
RUN apk update && apk --no-cache add bash curl
RUN apk update && apk --no-cache add bash curl git