Resolve reviews

Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
divyansh42 2021-02-17 10:41:47 +05:30
parent 40f7d0fb5f
commit c2bb302d8c
2 changed files with 4 additions and 4 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: Build from scratch
name: Build
on: [push, pull_request, workflow_dispatch]
env:
PROJECT_DIR: spring-petclinic
@ -11,7 +11,7 @@ env:
jobs:
build:
name: Build image using Buildah
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
# Checkout buildah action github repository