From c90592e039ac2b9da9ecc08dce477b188763d530 Mon Sep 17 00:00:00 2001 From: Matt Scott Date: Fri, 9 Dec 2022 15:58:55 -0500 Subject: [PATCH] Updated build/deploy workflow to include updated naming. --- .github/workflows/build-and-publish.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index bb93258..8de2410 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -1,3 +1,5 @@ +name: 'Docker Image Publish' + on: workflow_dispatch: push: @@ -8,7 +10,7 @@ on: jobs: build-and-push-docker-image: - name: Build Docker image and push to repositories + name: Build / Publish Docker Image runs-on: ubuntu-latest steps: