Skip to content

Commit

Permalink
fix: fixes prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
amir20 committed Jan 14, 2025
1 parent 6f89a1e commit b2ea1c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,9 @@ jobs:
ghcr.io/amir20/dozzle
tags: |
type=raw,value=latest
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
type=semver,pattern={{version}},prefix=v
type=semver,pattern={{major}}.{{minor}},prefix=v
type=semver,pattern={{major}},prefix=v
- name: Writing certs to file
run: |
echo "${{ secrets.TTL_KEY }}" > shared_key.pem
Expand Down

0 comments on commit b2ea1c5

Please sign in to comment.