mirror of
https://github.com/katanemo/plano.git
synced 2026-04-25 00:36:34 +02:00
publish docker image on release only (#284)
This commit is contained in:
parent
3d3d015aea
commit
33ab24292c
1 changed files with 2 additions and 6 deletions
8
.github/workflows/docker-push.yml
vendored
8
.github/workflows/docker-push.yml
vendored
|
|
@ -1,12 +1,8 @@
|
|||
name: Publish Docker image
|
||||
|
||||
on:
|
||||
# we should publish docker image only when we release a new version
|
||||
# release:
|
||||
# types: [published]
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
release:
|
||||
types: [published]
|
||||
|
||||
jobs:
|
||||
push_to_registry:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue