Skip to content
This repository has been archived by the owner on Dec 23, 2024. It is now read-only.

Commit

Permalink
Update .dockerignore and .github/workflows/ghcr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSzewczuk committed Oct 27, 2024
1 parent 8aedb01 commit a21f014
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.env
.gitignore
README.md
README.md
CNAME
7 changes: 6 additions & 1 deletion .github/workflows/ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ on:
push:
branches:
- main
paths-ignore:
- ".gitignore"
- "CNAME"
- "README.md"
- "LICENSE"

permissions:
contents: read
Expand All @@ -29,4 +34,4 @@ jobs:
context: .
file: ./Dockerfile
push: true
tags: ghcr.io/dlsktech/airalert:latest
tags: ghcr.io/dlsktech/airalert:latest

0 comments on commit a21f014

Please sign in to comment.