diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 367c547..7ed95b5 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -3,7 +3,7 @@ name: Build Docker Image on: push: branches: [ main ] - paths-ignore: + paths_ignore: - '**.md' pull_request: branches: [ main ] @@ -38,7 +38,8 @@ jobs: id: meta uses: docker/metadata-action@v4 with: - images: local/personal-website + # Updated image name to reflect your Gitea registry + images: git.d4m13n.dev/damien/personal-website tags: | type=ref,event=branch type=ref,event=pr @@ -60,4 +61,4 @@ jobs: with: name: docker-image path: /tmp/image.tar - retention-days: 1 + retention-days: 1 \ No newline at end of file