Skip to content

Commit 7a4c6d5

Browse files
authored
Re-order docker tags to correct image version (#3690)
1 parent 884b7a1 commit 7a4c6d5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,9 @@ jobs:
107107
bufbuild/buf
108108
tags: |
109109
type=edge,branch=main
110-
type=semver,pattern={{major}}
111-
type=semver,pattern={{major}}.{{minor}}
112-
type=semver,pattern={{major}}.{{minor}}.{{patch}}
113110
type=semver,pattern={{version}}
111+
type=semver,pattern={{major}}.{{minor}}
112+
type=semver,pattern={{major}}
114113
flavor: |
115114
latest=auto
116115
- name: docker-build-push

0 commit comments

Comments
 (0)