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:
David Mehren 2022-04-03 18:06:07 +02:00
parent 8ed6e4ec3a
commit 7d9f795592
No known key found for this signature in database
GPG key ID: 185982BA4C42B7C3

View file

@ -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 }}