Dumping env var data
Some checks failed
Build Hugo Image / build-hugo-image (push) Failing after 2s
Simple Docker Hello World Test / hello-world (push) Failing after 3s

This commit is contained in:
shockrah 2024-08-27 15:57:59 -07:00
parent 33862002e7
commit a1587364e6

View File

@ -6,10 +6,12 @@ on:
jobs: jobs:
build-hugo-image: build-hugo-image:
runs-on: gitea-main runs-on: ubuntu-latest
container: container:
image: docker:stable-dind image: docker:stable-dind
steps: steps:
- run: pwd - run: pwd
- run: ls -la - run: ls -la
- run: echo "${{ gitea }}"
- run: git clone https://git.shockrah.xyz/shockrah/dockers.git