Skip to content

Commit 37283f2

Browse files
author
Slingexe
authored
Hopefully fixed sintax error
1 parent cf7621c commit 37283f2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/github-docker-publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ jobs:
6565
subject-digest: ${{ steps.push.outputs.digest }}
6666
push-to-registry: true
6767
cleanup_registries:
68-
- needs: push_to_registries
69-
name: ghcr.io cleanup action
68+
- name: ghcr.io cleanup action
69+
needs: push_to_registries
7070
runs-on: ubuntu-latest
7171
steps:
7272
- uses: dataaxiom/ghcr-cleanup-action@v1

0 commit comments

Comments
 (0)