Skip to content
This repository was archived by the owner on Jun 28, 2025. It is now read-only.

Commit ba83fff

Browse files
committed
ci: add more tags to meta data extraction
1 parent bdcc179 commit ba83fff

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/build-push-cms.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ jobs:
3535
id: meta
3636
uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
3737
with:
38+
tags: |
39+
type=ref,event=branch
40+
type=ref,event=pr
41+
type=semver,pattern={{version}}
3842
images: |
3943
ghcr.io/${{ github.repository }}/cms
4044

.github/workflows/build-push-web.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ jobs:
3535
id: meta
3636
uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
3737
with:
38+
tags: |
39+
type=ref,event=branch
40+
type=ref,event=pr
41+
type=semver,pattern={{version}}
3842
images: |
3943
ghcr.io/${{ github.repository }}/web
4044

0 commit comments

Comments
 (0)