mirror of
https://github.com/amir20/dozzle.git
synced 2025-12-24 06:28:42 +01:00
feat: add more tags to same release (#3550)
This commit is contained in:
committed by
GitHub
parent
14ddd1c4e8
commit
be313a68a3
5
.github/workflows/deploy.yml
vendored
5
.github/workflows/deploy.yml
vendored
@@ -111,6 +111,11 @@ jobs:
|
||||
images: |
|
||||
amir20/dozzle
|
||||
ghcr.io/amir20/dozzle
|
||||
tags: |
|
||||
type=raw,pattern=v{{version}}
|
||||
type=raw,pattern=v{{major}}.{{minor}}
|
||||
type=raw,pattern=v{{major}}
|
||||
type=raw,value=latest
|
||||
- name: Writing certs to file
|
||||
run: |
|
||||
echo "${{ secrets.TTL_KEY }}" > shared_key.pem
|
||||
|
||||
Reference in New Issue
Block a user