fix(ci): missing checkout step on reusable workflow delete

This commit is contained in:
Julien Neuhart
2025-01-24 10:32:52 +01:00
parent 6ce47e3a20
commit cb48355898
3 changed files with 6 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ permissions:
jobs:
build_push:
name: Build and push Docker images
runs-on: ${{ inputs.runs_on }}
outputs:
tags: ${{ steps.build_push.outputs.tags }}