Skip to content

Commit 0f3f515

Browse files
authored
Merge pull request #279 from silinternational/semver
Release 10.0.3 -- add semantic version docker tags
2 parents bb978d0 + 2418088 commit 0f3f515

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test-and-publish.yml

+4
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ jobs:
3838
uses: docker/metadata-action@v5
3939
with:
4040
images: ${{ vars.DOCKER_ORG }}/${{ github.event.repository.name }}
41+
tags: |
42+
type=ref,event=branch
43+
type=semver,pattern={{version}}
44+
type=semver,pattern={{major}}.{{minor}}
4145
- name: Build and push Docker image
4246
uses: docker/build-push-action@v5
4347
with:

0 commit comments

Comments
 (0)