Skip to content

Commit

Permalink
add missing tag
Browse files Browse the repository at this point in the history
  • Loading branch information
aperrin66 committed Dec 6, 2023
1 parent 156db28 commit 50748b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
tags: |
${{ env.IMAGE_NAME }}:latest-python${{ matrix.version.python }}
${{ env.IMAGE_NAME }}:${{ github.ref_name }}-python${{ matrix.version.python }}
${{ matrix.version.latest && format('{0}:{1}', env.IMAGE_NAME, github.ref_name) || '' }}
${{ matrix.version.latest && format('{0}:latest', env.IMAGE_NAME) || '' }}
cache-from: |
type=local,src=/tmp/.buildx-cache
Expand Down

0 comments on commit 50748b7

Please sign in to comment.