We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d31b23c commit 342bac3Copy full SHA for 342bac3
.github/workflows/tests_build.yml
@@ -86,7 +86,7 @@ jobs:
86
tags: |
87
${{ env.IMAGE_NAME }}:${{ env.TAG }}${{ matrix.tag_suffix }}-python${{ matrix.version.python }}
88
${{ env.IMAGE_NAME }}:latest${{ matrix.tag_suffix }}-python${{ matrix.version.python }}
89
- ${{ matrix.version.latest && format('latest{0}', matrix.tag_suffix) || '' }}
+ ${{ matrix.version.latest && format('{0}:latest{1}', env.IMAGE_NAME, matrix.tag_suffix) || '' }}
90
cache-from: type=local,src=/tmp/.buildx-cache
91
cache-to: type=local,dest=/tmp/.buildx-cache-new
92
0 commit comments