Skip to content

Commit 29775cb

Browse files
committed
feat: add raw tag support for Docker image publishing
1 parent 6f9223d commit 29775cb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jobs:
5656
name=reqcore/reqcore,enable=${{ vars.DOCKERHUB_USERNAME != '' }}
5757
tags: |
5858
type=edge,branch=main
59+
type=raw,value=latest,enable={{is_default_branch}}
5960
type=semver,pattern={{version}}
6061
type=semver,pattern={{major}}.{{minor}}
6162
type=sha,prefix=sha-

0 commit comments

Comments
 (0)