diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 18f64e3..83be2b9 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -21,7 +21,7 @@ defaults: jobs: test: name: Run tests - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest steps: - name: Checkout repository @@ -71,7 +71,7 @@ jobs: build-docker: name: Build Docker image - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest needs: test permissions: contents: read diff --git a/README.md b/README.md index 6eb9e05..fc06be8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Kubernetes Operator For Cloud Foundry™ Services - +test2 [![REUSE status](https://api.reuse.software/badge/github.com/SAP/cf-service-operator)](https://api.reuse.software/info/github.com/SAP/cf-service-operator) Disclaimer: Cloud Foundry is a registered trademark of THE LINUX FOUNDATION. Any rights therein are reserved to THE LINUX FOUNDATION. Any use by this project is for referential purposes only and does not indicate any sponsorship, endorsement or affiliation between CloudFoundry and this project.