Skip to content

Commit

Permalink
Remove librarian workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbeckingsale committed Dec 12, 2023
1 parent 673c576 commit c3ba0f3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/build-matrices.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down

0 comments on commit c3ba0f3

Please sign in to comment.