Updated build/deploy workflow to include updated naming.

This commit is contained in:
Matt Scott 2022-12-09 15:58:55 -05:00
parent ceedf895d8
commit c90592e039

View File

@ -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: