bro
All checks were successful
Build Hugo Image / build-hugo-image (push) Successful in 2s
Simple Docker Hello World Test / hello-world (push) Successful in 2s

This commit is contained in:
shockrah 2024-08-26 21:08:21 -07:00
parent 10581e5d5d
commit c8e6e2c797

View File

@ -10,5 +10,6 @@ jobs:
container: container:
image: docker:stable-dind image: docker:stable-dind
steps: steps:
- run: docker build ${{ gitea.action_path }}/website/ -t shockrah/hugo - run: pwd
- run: ls -la