Update README

Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
divyansh42 2021-11-11 20:02:07 +05:30
parent 9c4398c33e
commit 27553499f0
7 changed files with 28 additions and 14 deletions

View file

@ -1,7 +1,7 @@
# This workflow will perform a test whenever there
# is some change in code done to ensure that the changes
# are not buggy and we are getting the desired output.
name: Push manifest to Quay.io
name: Build and Push Manifest
on:
push:
workflow_dispatch:
@ -16,7 +16,7 @@ env:
jobs:
push-quay:
name: Build and push image
name: Build and push manifest
runs-on: ubuntu-20.04
strategy:
fail-fast: false
@ -51,7 +51,7 @@ jobs:
- name: Build Image
id: build_image
# for testing purpose only
# for testing purpose only, to be changed after manifest feature merge in buildah build
uses: divyansh42/buildah-build@manifest-support
with:
image: ${{ env.IMAGE_NAME }}