Skip to content

Commit 2bdc476

Browse files
committed
[GitHub] add latest tag
1 parent 4490bcb commit 2bdc476

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/deploy-image.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,6 @@ jobs:
6666
with:
6767
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
6868
tags: |
69-
type=semver,pattern={{version}}
70-
type=semver,pattern={{major}}.{{minor}}
71-
type=semver,pattern={{major}}
7269
type=sha
7370
7471
- name: Build and push Docker image
@@ -87,4 +84,5 @@ jobs:
8784
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.PYTHON_VERSION_X_Y_Z }}
8885
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.PYTHON_VERSION_X_Y }}
8986
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.PYTHON_VERSION_X }}
87+
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
9088
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)