Skip to content

Commit 691daf8

Browse files
committed
breaking stuff to test
Signed-off-by: Lynette Miles <[email protected]>
1 parent cd5bdc1 commit 691daf8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/links.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Links
33
on:
44
repository_dispatch:
55
workflow_dispatch:
6+
pull_request:
67
schedule:
78
- cron: "00 18 * * *"
89

installation/docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ Alpine Linux uses Musl C library instead of Glibc. Musl isn't fully compatible w
253253
### Why use distroless containers?
254254

255255
The reasons for using distroless are well covered in
256-
[Why should I use Distroless images?](https://gthub.com/GoogleContainerTools/distroless#why-should-i-use-distroless-images).
256+
[Why should I use Distroless images?](tps://github.com/GoogleContainerTools/distroless#why-should-i-use-distroless-images).
257257

258258
- Include only what you need, reduce the attack surface available.
259259
- Reduces size and improves performance.

0 commit comments

Comments
 (0)