Skip to content

Commit 50748b7

Browse files
committed
add missing tag
1 parent 156db28 commit 50748b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build_images.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
tags: |
5151
${{ env.IMAGE_NAME }}:latest-python${{ matrix.version.python }}
5252
${{ env.IMAGE_NAME }}:${{ github.ref_name }}-python${{ matrix.version.python }}
53+
${{ matrix.version.latest && format('{0}:{1}', env.IMAGE_NAME, github.ref_name) || '' }}
5354
${{ matrix.version.latest && format('{0}:latest', env.IMAGE_NAME) || '' }}
5455
cache-from: |
5556
type=local,src=/tmp/.buildx-cache

0 commit comments

Comments
 (0)