Cloning as a prestep
All checks were successful
Build Hugo Image / build-hugo-image (push) Successful in 19s
Simple Docker Hello World Test / hello-world (push) Successful in 4s

This commit is contained in:
shockrah 2024-08-27 18:08:45 -07:00
parent 277f313a6c
commit d6a4b3314c

View File

@ -8,6 +8,8 @@ jobs:
build-hugo-image: build-hugo-image:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: General Docker Info - name: General Docker Info
run: docker info run: docker info
- name: Find all files in repo space - name: Find all files in repo space