Skip to content

Commit

Permalink
Fix tag
Browse files Browse the repository at this point in the history
Signed-off-by: 0ssigeno <[email protected]>
  • Loading branch information
0ssigeno committed Oct 3, 2023
1 parent 216514e commit b931107
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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: certego/github:${{ github.ref }}
tags: ${{github.repository_owner}}/github:${{ github.ref_name }}
file: ${{ inputs.working_directory }}/${{ inputs.check_dockerfile }}

- name: Start services
Expand Down
1 change: 1 addition & 0 deletions workflows/_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,7 @@ jobs:
push: true
cache-from: type=gha
cache-to: type=gha,mode=max
tags: ${{github.repository_owner}}/github:${{ github.ref_name }}
file: ${{ inputs.working_directory }}/${{ inputs.check_dockerfile }}

- name: Start services
Expand Down

0 comments on commit b931107

Please sign in to comment.