Skip to content

Use ghcr.io for Docker image #2

Use ghcr.io for Docker image

Use ghcr.io for Docker image #2

# Name of this GitHub Actions workflow.

Check failure on line 1 in .github/workflows/create-outputs-debug.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/create-outputs-debug.yml

Invalid workflow file

Cannot define both `uses` and `steps` at the same time for the following jobs: prepare_container
name: Generate Outputs (Debug)
on:
# Scan on-demand through GitHub Actions interface:
workflow_dispatch:
inputs:
debug_enabled:
type: boolean
description: 'Run the build with tmate debugging enabled (https://github.com/marketplace/actions/debugging-with-tmate)'
required: false
default: false
jobs:
prepare_container:
uses: ike/asvs/.github/workflows/create-outputs.yml@main
steps:
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }}