feature/add-docker-build #4

Merged
nett00n merged 6 commits from feature/add-docker-build into dev 2025-09-16 14:14:38 +02:00
2 changed files with 15 additions and 2 deletions
Showing only changes of commit d2551f106d - Show all commits

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