From 0008979fccefd855a27e3efbafe2e469f4ab1993 Mon Sep 17 00:00:00 2001 From: 0ssigeno Date: Tue, 3 Oct 2023 15:49:30 +0200 Subject: [PATCH] Fix tag Signed-off-by: 0ssigeno --- .github/workflows/_python.yml | 2 +- workflows/_python.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/_python.yml b/.github/workflows/_python.yml index a9a7b87..f3be5c4 100644 --- a/.github/workflows/_python.yml +++ b/.github/workflows/_python.yml @@ -431,7 +431,7 @@ jobs: push: true cache-from: type=gha cache-to: type=gha,mode=max - tags: ${{github.repository_owner}}/github:${{ github.ref_name }} + tags: ${{github.repository_owner}}/github:${{ github.head_ref }} file: ${{ inputs.working_directory }}/${{ inputs.check_dockerfile }} - name: Start services diff --git a/workflows/_python.yml b/workflows/_python.yml index a9a7b87..f3be5c4 100644 --- a/workflows/_python.yml +++ b/workflows/_python.yml @@ -431,7 +431,7 @@ jobs: push: true cache-from: type=gha cache-to: type=gha,mode=max - tags: ${{github.repository_owner}}/github:${{ github.ref_name }} + tags: ${{github.repository_owner}}/github:${{ github.head_ref }} file: ${{ inputs.working_directory }}/${{ inputs.check_dockerfile }} - name: Start services