2025-09-16 10:35:19+04:00

This commit is contained in:
2025-09-16 10:35:19 +04:00
committed by nett00n
parent a4ad1d8645
commit c7f6ad43c4
2 changed files with 15 additions and 2 deletions

View File

@@ -30,10 +30,9 @@ jobs:
with:
context: .
push: ${{ env.REGISTRY != '' }}
tags: ${{ env.REGISTRY }}/vitrify-me:${{ github.sha }}
tags: ${{ env.REGISTRY }}5mdt/vitrify-me:${{ github.sha }}
env:
REGISTRY: ${{ secrets.REGISTRY }}
REGISTRY_USER: ${{ secrets.REGISTRY_USER }}
REGISTRY_PASSWORD: ${{ secrets.REGISTRY_PASSWORD }}

14
.pre-commit-config.yaml Normal file
View File

@@ -0,0 +1,14 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-merge-conflict
- id: detect-private-key
- id: check-added-large-files
- id: check-ast
- id: check-json
- id: check-toml
- id: check-xml