Dumping env var data
This commit is contained in:
parent
33862002e7
commit
a1587364e6
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user