We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af03d0d commit 0187543Copy full SHA for 0187543
2 files changed
.github/settings.yml
@@ -1,7 +1,7 @@
1
---
2
repository:
3
name: ruby
4
- description: Docker images for ruby
+ description: Docker images for Ruby
5
topics: docker, image
6
7
private: false
.github/workflows/readme.yml
@@ -8,6 +8,9 @@ name: readme
8
branches:
9
- master
10
11
+permissions:
12
+ contents: read
13
+
14
jobs:
15
readme:
16
runs-on: ubuntu-latest
@@ -23,7 +26,7 @@ jobs:
23
26
target: webhippie/ruby
24
27
username: ${{ secrets.DOCKER_USERNAME }}
25
28
password: ${{ secrets.DOCKER_PASSWORD }}
- description: Docker image for Ruby
29
30
readme: README.md
31
32
- name: Quay readme
0 commit comments