Fixing path
Some checks failed
Build Hugo Image / build-hugo-image (push) Failing after 2s
Simple Docker Hello World Test / hello-world (push) Successful in 2s

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

View File

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