feat: run publish_images workflow on release tags

This commit is contained in:
Daniil Polyakov 2026-03-17 23:08:33 +03:00
parent a304f3ad13
commit dbc2e7c327

View File

@ -2,6 +2,9 @@ name: Publish Docker Images
on:
workflow_dispatch:
push:
tags:
- "v*"
jobs:
publish:
@ -42,6 +45,7 @@ jobs:
with:
images: ${{ secrets.DOCKER_REGISTRY }}/${{ github.repository }}/${{ matrix.name }}
tags: |
type=ref,event=tag
type=ref,event=branch
type=ref,event=pr
type=semver,pattern={{version}}