Skip to content

Commit c8eaf3c

Browse files
committed
Update docker image tags
1 parent 6080957 commit c8eaf3c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,13 @@ jobs:
3838
with:
3939
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
4040
tags: |
41+
type=schedule
42+
type=ref,event=branch
43+
type=ref,event=pr
4144
type=semver,pattern={{version}}
45+
type=semver,pattern={{major}}.{{minor}}
46+
type=semver,pattern={{major}}
47+
type=sha
4248
4349
- name: Build and push Docker image
4450
id: push

0 commit comments

Comments
 (0)