Skip to content

Commit

Permalink
Remove used containers
Browse files Browse the repository at this point in the history
  • Loading branch information
marians committed Dec 9, 2024
1 parent 901afdc commit c41a2e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-links-in-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
for i, section in enumerate(sections):
# call docker run command
cmd = ['docker', 'run', '--name', 'linkchecker',
cmd = ['docker', 'run', '--rm', '--name', 'linkchecker',
'--volume', f'{pwd}/output:/workdir', '--workdir', '/workdir',
'ghcr.io/linkchecker/linkchecker:latest',
f'https://docs.giantswarm.io/{section}/',
Expand Down

0 comments on commit c41a2e2

Please sign in to comment.