Fixes default branch

This commit is contained in:
Spoffy 2024-07-02 19:37:34 +01:00
parent a6fd2666c2
commit 2687475ed0

View File

@ -15,7 +15,7 @@ on:
description: "Branch from which to create the latest Docker image (default: latest_candidate)"
type: string
required: true
default: latest_candidate
default: ${{ github.repository_owner }}/${{github.ref_name}}
disable_tests:
description: "Should the tests be skipped?"
type: boolean