build badge for docker

This commit is contained in:
Jens Willmer 2021-04-05 21:30:31 +02:00
parent 4b388bf8e7
commit 76ecc415de
No known key found for this signature in database
GPG key ID: AD8906AE7550CB5A
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
name: Publish Docker image
name: Build elsa-dashboard:latest
on:
workflow_dispatch:
push:

View file

@ -11,7 +11,7 @@
[![Build status](https://ci.appveyor.com/api/projects/status/github/elsa-workflows/elsa-core?svg=true&branch=feature/elsa-2.0)](https://ci.appveyor.com/project/sfmskywalker/elsa)
[![Discord](https://img.shields.io/discord/814605913783795763?label=chat&logo=discord)](https://discord.gg/hhChk5H472)
[![Stack Overflow questions](https://img.shields.io/badge/stackoverflow-elsa_workflows-orange.svg)]( http://stackoverflow.com/questions/tagged/elsa-workflows )
![Docker Pulls](https://img.shields.io/docker/pulls/elsaworkflows/elsa-dashboard?label=elsa%20dashboard%3Adocker%20pulls)
[![Build elsa-dashboard:latest](https://github.com/elsa-workflows/elsa-core/actions/workflows/publish-latest-dashboard.yml/badge.svg)](https://github.com/elsa-workflows/elsa-core/actions/workflows/publish-latest-dashboard.yml)
Elsa Core is a workflows library that enables workflow execution in any .NET Core application.
Workflows can be defined not only using code but also as JSON, YAML or XML.