File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 59
59
tags : |
60
60
${{ env.IMAGE_NAME }}:latest-python${{ matrix.version.python }}
61
61
${{ env.IMAGE_NAME }}:${{ steps.get_version.outputs.VERSION }}-python${{ matrix.version.python }}
62
- ${{ matrix.version.latest && ' latest' || '' }}
62
+ ${{ matrix.version.latest && format('{0}: latest', env.IMAGE_NAME) || '' }}
63
63
cache-from : |
64
64
type=local,src=/tmp/.buildx-cache
65
65
cache-to : type=local,dest=/tmp/.buildx-cache-new
75
75
tags : |
76
76
${{ env.IMAGE_NAME }}:latest-slim-python${{ matrix.version.python }}
77
77
${{ env.IMAGE_NAME }}:${{ steps.get_version.outputs.VERSION }}-slim-python${{ matrix.version.python }}
78
- ${{ matrix.version.latest && ' latest-slim' || '' }}
78
+ ${{ matrix.version.latest && format('{0}: latest-slim', env.IMAGE_NAME) || '' }}
79
79
cache-from : |
80
80
type=local,src=/tmp/.buildx-cache
81
81
cache-to : type=local,dest=/tmp/.buildx-cache-new
You can’t perform that action at this time.
0 commit comments