Skip to content

Commit f7bfc41

Browse files
committed
Add python tag to Docker image workflow
1 parent 7c3d43d commit f7bfc41

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
4949
tags: |
5050
type=semver,pattern={{raw}},value=${{ steps.retrieve_latest_release_version.outputs.LATEST_RELEASE_VERSION }}
51+
type=raw,value=python
5152
5253
5354
- name: Build and push image

0 commit comments

Comments
 (0)