Rename publish workflow to build. Add badge to the workflow on Readme

This commit is contained in:
Debanjum Singh Solanky
2022-01-29 17:48:52 -05:00
parent 4add348e3c
commit 359f25b0a4
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
name: Publish Container
name: build
on:
push:
@@ -6,7 +6,7 @@ on:
- master
jobs:
publish:
build:
name: Build Docker Image, Push to Container Registry
runs-on: ubuntu-latest
steps: