diff --git a/.github/workflows/publish-latest-dashboard.yml b/.github/workflows/publish-latest-dashboard.yml index d99104d22..09ae92a05 100644 --- a/.github/workflows/publish-latest-dashboard.yml +++ b/.github/workflows/publish-latest-dashboard.yml @@ -1,4 +1,4 @@ -name: Publish Docker image +name: Build elsa-dashboard:latest on: workflow_dispatch: push: diff --git a/README.md b/README.md index 265064e5d..5969c971b 100644 --- a/README.md +++ b/README.md @@ -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.