diff --git a/.github/workflows/scratch_build.yml b/.github/workflows/scratch_build.yml
index 2c54250..4508981 100644
--- a/.github/workflows/scratch_build.yml
+++ b/.github/workflows/scratch_build.yml
@@ -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
diff --git a/README.md b/README.md
index 2ce0618..85e133b 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
# buildah-build
[](https://github.com/redhat-actions/buildah-build/actions?query=workflow%3A%22CI+checks%22)
-[](https://github.com/redhat-actions/buildah-build/actions?query=workflow%3A%22Test+Build+with+dockerfile%22)
-[](https://github.com/redhat-actions/buildah-build/actions?query=workflow%3A%22Test+Build+without+dockerfile%22)
+[](https://github.com/redhat-actions/buildah-build/actions?query=workflow%3ABuild)
+[](https://github.com/redhat-actions/buildah-build/actions?query=workflow%3A%22Build+from+dockerfile%22)
[](https://github.com/redhat-actions/buildah-build/actions?query=workflow%3A%22Link+checker%22)