Skip to content

Commit 806beb1

Browse files
committed
fix: remove redundant latest tag from standard image workflow
The docker/metadata-action already applies the latest tag by default.
1 parent 689ef71 commit 806beb1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/build-docker-image-standard.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ jobs:
7575
tags: |
7676
# Raw version tags
7777
type=raw,value=${{ env.VERSION }}
78-
type=raw,value=latest
7978
# Semver tagging strategy
8079
type=semver,pattern={{version}},value=${{ env.VERSION }}
8180
type=semver,pattern={{major}}.{{minor}},value=${{ env.VERSION }}

0 commit comments

Comments
 (0)