Skip to content

Commit 41bde9e

Browse files
committed
Checkout the repo before building the image
1 parent fa94a6d commit 41bde9e

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/docker.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ jobs:
99
docker:
1010
runs-on: ubuntu-latest
1111
steps:
12+
- name: Checkout
13+
uses: actions/checkout@v4
14+
1215
- name: Set up QEMU
1316
uses: docker/setup-qemu-action@v3
1417

@@ -32,4 +35,4 @@ jobs:
3235
with:
3336
username: ${{ vars.DOCKERHUB_USER }}
3437
password: ${{ secrets.DOCKERHUB_TOKEN }}
35-
short-description: 'Dashboard for monitoring NATS servers.'
38+
short-description: ${{ github.event.repository.description }}

0 commit comments

Comments
 (0)