We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa94a6d commit 41bde9eCopy full SHA for 41bde9e
1 file changed
.github/workflows/docker.yml
@@ -9,6 +9,9 @@ jobs:
9
docker:
10
runs-on: ubuntu-latest
11
steps:
12
+ - name: Checkout
13
+ uses: actions/checkout@v4
14
+
15
- name: Set up QEMU
16
uses: docker/setup-qemu-action@v3
17
@@ -32,4 +35,4 @@ jobs:
32
35
with:
33
36
username: ${{ vars.DOCKERHUB_USER }}
34
37
password: ${{ secrets.DOCKERHUB_TOKEN }}
- short-description: 'Dashboard for monitoring NATS servers.'
38
+ short-description: ${{ github.event.repository.description }}
0 commit comments