Workflow config file is invalid. Please check your config file: yaml: unmarshal errors: line 10: cannot unmarshal !!map into []*model.Step
Adrien Bouvais 10165178e8 Test
2026-08-16 14:56:40 +02:00

18 lines
316 B
YAML

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