Adrien Bouvais e8a2361475
Some checks failed
Build and Push Docker Images / build-and-push (push) Failing after 17s
Synthax
2026-08-16 14:57:06 +02:00

17 lines
303 B
YAML

name: Build and Push Docker Images
on: [pull_request, push]
jobs:
build-and-push:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run Gitleaks
uses: gitleaks/gitleaks-action@v2