Skip to content

Commit

Permalink
fix latest tag
Browse files Browse the repository at this point in the history
  • Loading branch information
aperrin66 committed Nov 17, 2023
1 parent 845eb14 commit 90a53e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
tags: |
${{ env.IMAGE_NAME }}:${{ env.TAG }}${{ matrix.tag_suffix }}-python${{ matrix.version.python }}
${{ env.IMAGE_NAME }}:latest${{ matrix.tag_suffix }}-python${{ matrix.version.python }}
${{ matrix.version.latest && format('latest{0}', matrix.tag_suffix) || '' }}
${{ matrix.version.latest && format('{0}:latest{1}', env.IMAGE_NAME, matrix.tag_suffix) || '' }}
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache-new

Expand Down

0 comments on commit 90a53e6

Please sign in to comment.