chore: clean Docker tags + clearer pulls badge
- Workflow: drop sha + major.minor tags, keep only latest + full version - README: rename "Docker Hub" badge → "Docker pulls" for clarity
This commit is contained in:
parent
278951dc61
commit
9ce5290710
3 changed files with 2 additions and 4 deletions
2
.github/workflows/docker-publish.yml
vendored
2
.github/workflows/docker-publish.yml
vendored
|
|
@ -43,9 +43,7 @@ jobs:
|
|||
${{ env.GHCR_IMAGE }}
|
||||
${{ env.DOCKERHUB_IMAGE }}
|
||||
tags: |
|
||||
type=sha,prefix=
|
||||
type=semver,pattern={{version}}
|
||||
type=semver,pattern={{major}}.{{minor}}
|
||||
type=raw,value=latest,enable={{is_default_branch}}
|
||||
|
||||
- name: Build and push
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue