Skip to content

Commit

Permalink
Some small changes
Browse files Browse the repository at this point in the history
- Moved v2023 patches to legacy
- Updated .gitignore and .dockerignore and synced them
- Added a CODEOWNERS file
- Updated workflows
  • Loading branch information
BlackDex committed Nov 25, 2024
1 parent 6cae89e commit dd2c664
Show file tree
Hide file tree
Showing 16 changed files with 24 additions and 10 deletions.
11 changes: 9 additions & 2 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,18 @@ web-vault
*.md
*.txt

# Other
# IDE files
.vscode
.idea
*.iml

# Environment files
.env
.build_env

# Other
.github
Makefile
.vscode

# Release files
*.tar.gz
Expand Down
3 changes: 3 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/.github @dani-garcia @BlackDex
/.github/CODEOWNERS @dani-garcia @BlackDex
/.github/workflows/** @dani-garcia @BlackDex
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
HAVE_GHCR_LOGIN: ${{ vars.GHCR_REPO != '' && github.repository_owner != '' && secrets.GITHUB_TOKEN != '' }}
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

# Determine Docker Tag
- name: Init Variables
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
| tee -a "${GITHUB_ENV}"
- name: Build and push
uses: docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445 # v6.5.0
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
with:
context: .
push: true
Expand Down
16 changes: 10 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
# Local build artifacts
builds/
docker_builds/
container_builds/
web-vault/
builds
docker_builds
container_builds
web-vault

# Other
# IDE files
.vscode
.idea
*.iml

# Environment files
.env
.build_env
.vscode

# Release files
*.tar.gz
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit dd2c664

Please sign in to comment.