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

This commit is contained in:
shockrah 2024-08-27 18:03:33 -07:00
parent bc835b45ef
commit 72f6f5d0d3

View File

@ -9,4 +9,4 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: "Attempt a docker build" - name: "Attempt a docker build"
run: cd website && docker build ${{ gitea.workspace}}/website -t shockrah/hugo run: docker build ${{ gitea.workspace }}/website -t shockrah/hugo