ci: fix missing labels in build

This commit is contained in:
Andrii Andrushchyshyn 2025-05-09 02:27:16 +03:00
parent a452741b2b
commit ee7a283cf1
No known key found for this signature in database
GPG key ID: 6675AEDCEE0FAAD0

View file

@ -2,7 +2,10 @@ name: Docker Publish
on:
push:
tags: ["v*"]
branches:
- master
tags:
- "v*"
jobs:
build-and-push: