Skip to content

Commit 274c13e

Browse files
committed
Add latest tag to latest image by build and publish workflow
1 parent f003a96 commit 274c13e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-publish-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
4949
tags: |
5050
type=raw,value=${{ steps.retrieve_latest_release_version.outputs.LATEST_RELEASE_VERSION }}
51-
type=raw,value=python
51+
type=raw,value=latest
5252
type=sha,enable=false
5353
5454

0 commit comments

Comments
 (0)