From a21f0143d950535cb4f71c5a8b8adcd6ffb5cd63 Mon Sep 17 00:00:00 2001 From: Daniel Szewczuk Date: Sun, 27 Oct 2024 19:04:43 +0100 Subject: [PATCH] Update .dockerignore and .github/workflows/ghcr.yml --- .dockerignore | 3 ++- .github/workflows/ghcr.yml | 7 ++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.dockerignore b/.dockerignore index a4ad4c0..396f81f 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,3 +1,4 @@ .env .gitignore -README.md \ No newline at end of file +README.md +CNAME \ No newline at end of file diff --git a/.github/workflows/ghcr.yml b/.github/workflows/ghcr.yml index 1017b48..a9270a1 100644 --- a/.github/workflows/ghcr.yml +++ b/.github/workflows/ghcr.yml @@ -3,6 +3,11 @@ on: push: branches: - main + paths-ignore: + - ".gitignore" + - "CNAME" + - "README.md" + - "LICENSE" permissions: contents: read @@ -29,4 +34,4 @@ jobs: context: . file: ./Dockerfile push: true - tags: ghcr.io/dlsktech/airalert:latest + tags: ghcr.io/dlsktech/airalert:latest \ No newline at end of file