Skip to content

Commit c5e4120

Browse files
committed
Avoid deleting everything when it is still needed
1 parent b2ec7f7 commit c5e4120

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,9 @@ jobs:
141141

142142
tags-cleanup:
143143
runs-on: ubuntu-latest
144-
needs: build-and-push-manifest
144+
needs:
145+
- build-and-push-manifest
146+
- build-and-push-version-manifest
145147
environment:
146148
name: "docker-hub"
147149
url: https://hub.docker.com/r/hickorydns/hickory-dns

0 commit comments

Comments
 (0)