From 032e35256a4aa32279c447573fab2cf5a4577261 Mon Sep 17 00:00:00 2001 From: damien Date: Thu, 27 Feb 2025 04:24:10 +0000 Subject: [PATCH] Update .github/workflows/build.yaml --- .github/workflows/build.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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