From 2687475ed04368334e597db71d0af4bc633dc565 Mon Sep 17 00:00:00 2001 From: Spoffy Date: Tue, 2 Jul 2024 19:37:34 +0100 Subject: [PATCH] Fixes default branch --- .github/workflows/docker_latest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker_latest.yml b/.github/workflows/docker_latest.yml index dcab4982..8f63fae1 100644 --- a/.github/workflows/docker_latest.yml +++ b/.github/workflows/docker_latest.yml @@ -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