2025-09-16 10:35:19+04:00
Some checks failed
Docker Build / docker (push) Failing after 1m37s

This commit is contained in:
2025-09-16 10:35:19 +04:00
parent 68b5d46249
commit d2551f106d
2 changed files with 15 additions and 2 deletions

View File

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