Skip to content

Commit f1a3604

Browse files
committed
👷 (github) Fix version tags for ES build
1 parent 054f1be commit f1a3604

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-elastic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
images: ghcr.io/openaleph/elasticsearch
2424
tags: |
2525
type=ref,event=branch
26-
type=semver,pattern={{version}}
2726
type=sha
2827
type=raw,value=9
28+
type=raw,value=9.1.1
2929
type=raw,value=latest
3030
3131
- name: Set up Docker Buildx

0 commit comments

Comments
 (0)