mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 01:36:29 -05:00
ci: hard-code image name in docker cleanup workflow
The variable seems to be empty for some reason Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
8ed6e4ec3a
commit
7d9f795592
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker-cleanup.yml
vendored
2
.github/workflows/docker-cleanup.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
|||
- name: Cleanup CI containers
|
||||
uses: snok/container-retention-policy@v1
|
||||
with:
|
||||
image-names: ${{ github.event.repository.name }}-ci
|
||||
image-names: hedgedoc-ci
|
||||
cut-off: A day ago UTC
|
||||
account-type: org
|
||||
org-name: ${{ github.repository_owner }}
|
||||
|
|
Loading…
Reference in a new issue