mirror of
https://github.com/redhat-actions/buildah-build.git
synced 2025-06-09 10:39:04 +00:00
Resolve Reviews
Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
parent
44382e7473
commit
40f7d0fb5f
3 changed files with 8 additions and 22 deletions
8
.github/workflows/dockerfile_build.yml
vendored
8
.github/workflows/dockerfile_build.yml
vendored
|
@ -1,17 +1,15 @@
|
|||
# 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: Test Build with dockerfile
|
||||
name: Build from dockerfile
|
||||
on: [push, pull_request, workflow_dispatch]
|
||||
env:
|
||||
PROJECT_DIR: spring-petclinic
|
||||
IMAGE_NAME: spring-petclinic
|
||||
MVN_REPO_DIR: ~/.m2/repository
|
||||
IMAGE_NAME: "hello-world"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Build image using Buildah
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
|
||||
# Checkout buildah action github repository
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue