From f274bf1b5889d79bc9fba1a3e7100d48a8b60edc Mon Sep 17 00:00:00 2001 From: philmcmahon Date: Thu, 10 Oct 2024 13:58:09 +0100 Subject: [PATCH] Fix workflow name --- .github/workflows/build-publish-containers.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-publish-containers.yml b/.github/workflows/build-publish-containers.yml index 9ff93be..d8d5367 100644 --- a/.github/workflows/build-publish-containers.yml +++ b/.github/workflows/build-publish-containers.yml @@ -1,5 +1,5 @@ # -name: Build and publish whisper docker image +name: Build and publish docker images # Configures this workflow to run every time a change is pushed to the branch called `release`. on: