mirror of
https://github.com/cculianu/Fulcrum.git
synced 2026-08-13 12:33:27 +02:00
Update publish.yml
This commit is contained in:
parent
0c13777852
commit
7dfe4e918d
1 changed files with 2 additions and 2 deletions
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
|
|
@ -1,11 +1,11 @@
|
|||
# This is a github action which builds Fulcrum docker image and uploads it on Docker Hub
|
||||
# This action is triggered when a new tagged release is created. Recommended tag names are in semver format, for example: v1.0.0
|
||||
|
||||
name: Publish
|
||||
name: Publish Docker images for releases
|
||||
|
||||
on:
|
||||
release:
|
||||
types: [created]
|
||||
types: [released]
|
||||
|
||||
workflow_dispatch:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue