mirror of
https://github.com/rybbit-io/rybbit.git
synced 2025-05-10 20:05:38 +02:00
ci: fix missing labels in build
This commit is contained in:
parent
a452741b2b
commit
ee7a283cf1
1 changed files with 4 additions and 1 deletions
5
.github/workflows/docker-publish.yml
vendored
5
.github/workflows/docker-publish.yml
vendored
|
@ -2,7 +2,10 @@ name: Docker Publish
|
|||
|
||||
on:
|
||||
push:
|
||||
tags: ["v*"]
|
||||
branches:
|
||||
- master
|
||||
tags:
|
||||
- "v*"
|
||||
|
||||
jobs:
|
||||
build-and-push:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue