3
0
mirror of https://github.com/kolaente/docker-db-backup.git synced 2026-03-24 21:43:48 +01:00

fix(ci): push latest tag from main branch

This commit is contained in:
kolaente
2026-01-07 09:39:37 +01:00
parent c1bcc56574
commit 8fb8381c09

View File

@@ -87,6 +87,11 @@ jobs:
images: |
kolaente/db-backup
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=raw,value=latest,enable={{is_default_branch}}
type=ref,event=branch
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
- name: Build and push Docker image
id: build-and-push