mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-12 18:32:14 +01:00
fix(ci): missing checkout step on reusable workflow delete
This commit is contained in:
1
.github/workflows/__build-push.yml
vendored
1
.github/workflows/__build-push.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user