Skip to content

Commit 342bac3

Browse files
committed
fix latest tag
1 parent d31b23c commit 342bac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
tags: |
8787
${{ env.IMAGE_NAME }}:${{ env.TAG }}${{ matrix.tag_suffix }}-python${{ matrix.version.python }}
8888
${{ env.IMAGE_NAME }}:latest${{ matrix.tag_suffix }}-python${{ matrix.version.python }}
89-
${{ matrix.version.latest && format('latest{0}', matrix.tag_suffix) || '' }}
89+
${{ matrix.version.latest && format('{0}:latest{1}', env.IMAGE_NAME, matrix.tag_suffix) || '' }}
9090
cache-from: type=local,src=/tmp/.buildx-cache
9191
cache-to: type=local,dest=/tmp/.buildx-cache-new
9292

0 commit comments

Comments
 (0)