From c3ba0f3423b810d3ac28997dc5dc0e2e829eb534 Mon Sep 17 00:00:00 2001 From: David Beckingsale Date: Tue, 12 Dec 2023 10:49:19 -0800 Subject: [PATCH] Remove librarian workflow --- .github/workflows/build-matrices.yaml | 12 ------------ README.md | 4 +--- 2 files changed, 1 insertion(+), 15 deletions(-) diff --git a/.github/workflows/build-matrices.yaml b/.github/workflows/build-matrices.yaml index 977ed15..fafa1ec 100644 --- a/.github/workflows/build-matrices.yaml +++ b/.github/workflows/build-matrices.yaml @@ -136,15 +136,3 @@ jobs: env: container: ${{ matrix.result.container_name }} run: docker push ${container} - - - name: Run Librarian - id: runner - uses: rse-ops/librarian/docker-images@main - if: (github.event_name != 'pull_request') - with: - container: ${{ steps.builder.outputs.uri }} - dockerfile: ${{ steps.builder.outputs.dockerfile_dir }} - token: ${{ secrets.GITHUB_TOKEN }} - outdir: _library - # defaults to branch: gh-pages, deploy: true, outdir: pwd - # outdir is in context of the gh-pages branch, not here. diff --git a/README.md b/README.md index d29ebf0..47c6bf9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,4 @@ -# RSE-ops Docker - -![img/rse-ops-docker.png](img/rse-ops-docker.png) +# RADIUSS Docker [![License](https://img.shields.io/badge/License-MIT%203--Clause-blue.svg)](https://github.com/rse-ops/radius-docker/blob/main/LICENSE)