Skip to content

Commit be313a6

Browse files
authored
feat: add more tags to same release (#3550)
1 parent 14ddd1c commit be313a6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,11 @@ jobs:
111111
images: |
112112
amir20/dozzle
113113
ghcr.io/amir20/dozzle
114+
tags: |
115+
type=raw,pattern=v{{version}}
116+
type=raw,pattern=v{{major}}.{{minor}}
117+
type=raw,pattern=v{{major}}
118+
type=raw,value=latest
114119
- name: Writing certs to file
115120
run: |
116121
echo "${{ secrets.TTL_KEY }}" > shared_key.pem

0 commit comments

Comments
 (0)