Skip to content

Commit

Permalink
Fix tag
Browse files Browse the repository at this point in the history
Signed-off-by: 0ssigeno <s.berni@certego.net>
  • Loading branch information
0ssigeno committed Oct 3, 2023
1 parent b931107 commit 0008979
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion workflows/_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0008979

Please sign in to comment.