Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Commit

Permalink
ci: configure latest tag
Browse files Browse the repository at this point in the history
  • Loading branch information
ludovicm67 committed Mar 24, 2024
1 parent 1c49339 commit 5717e81
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
images: "${{ env.DOCKER_IMAGE_BASE }}"
tags: |
type=ref,event=branch
type=raw,value=latest,enable={{is_default_branch}}
type=semver,prefix=v,pattern={{version}}
type=semver,prefix=v,pattern={{major}}.{{minor}}
type=semver,prefix=v,pattern={{major}}
Expand All @@ -55,6 +56,7 @@ jobs:
images: "${{ env.DOCKER_IMAGE_CURL }}"
tags: |
type=ref,event=branch
type=raw,value=latest,enable={{is_default_branch}}
type=semver,prefix=v,pattern={{version}}
type=semver,prefix=v,pattern={{major}}.{{minor}}
type=semver,prefix=v,pattern={{major}}
Expand Down

0 comments on commit 5717e81

Please sign in to comment.