Ci : add more tags

This commit is contained in:
2024-08-01 08:12:50 +00:00
parent f60ec850f0
commit da54495d1c
+7
View File
@@ -53,6 +53,13 @@ jobs:
uses: docker/metadata-action@v5
with:
images: ${{ env.ENDPOINT }}/${{ env.DOCKER_ORG }}/${{ env.REPO_NAME }}
tags: |
type=schedule
type=ref,event=branch
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
type=sha
- name: Build and push
uses: docker/build-push-action@v4