2024-08-27 03:52:57 +00:00
|
|
|
name: Build Hugo Image
|
|
|
|
on:
|
2024-08-27 04:03:38 +00:00
|
|
|
push:
|
|
|
|
branches:
|
|
|
|
- master
|
2024-08-27 03:52:57 +00:00
|
|
|
|
|
|
|
jobs:
|
|
|
|
build-hugo-image:
|
2024-08-27 22:57:59 +00:00
|
|
|
runs-on: ubuntu-latest
|
2024-08-27 04:03:38 +00:00
|
|
|
container:
|
|
|
|
image: docker:stable-dind
|
2024-08-27 03:52:57 +00:00
|
|
|
steps:
|
2024-08-27 04:08:21 +00:00
|
|
|
- run: pwd
|
|
|
|
- run: ls -la
|
2024-08-27 22:58:36 +00:00
|
|
|
- run: echo "${{ toJson(gitea) }}"
|
2024-08-27 22:57:59 +00:00
|
|
|
- run: git clone https://git.shockrah.xyz/shockrah/dockers.git
|
2024-08-27 03:52:57 +00:00
|
|
|
|