Skip to content

Commit

Permalink
add latest version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
aperrin66 committed Nov 20, 2023
1 parent 4f08a41 commit 74accf5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ jobs:
push: ${{ github.ref_type == 'tag' }}
tags: |
${{ env.IMAGE_NAME }}:${{ github.ref_name }}${{ matrix.tag_suffix }}-python${{ matrix.version.python }}
${{ matrix.version.latest && format('{0}:{1}{2}', env.IMAGE_NAME, github.ref_name, matrix.tag_suffix) || '' }}
${{ env.IMAGE_NAME }}:latest${{ matrix.tag_suffix }}-python${{ matrix.version.python }}
${{ matrix.version.latest && format('{0}:latest{1}', env.IMAGE_NAME, matrix.tag_suffix) || '' }}
cache-from: type=local,src=/tmp/.buildx-cache
Expand Down

0 comments on commit 74accf5

Please sign in to comment.