Skip to content

Commit 13fbfd6

Browse files
committed
ci: dry-run nightly removal job
Signed-off-by: László Várady <laszlo.varady@anno.io>
1 parent 60cb1ef commit 13fbfd6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/axosyslog-nightly.yml

+2
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ jobs:
136136
137137
console.log(`Removing the following images: ${oldSnapshotTags}`)
138138
139+
/* REVERT after a few days
139140
const manifestsRequests = oldSnapshotTags.map((t) => {
140141
const manifest = fetch(`https://ghcr.io/v2/${image}/manifests/${t}`, {
141142
method: "GET",
@@ -168,3 +169,4 @@ jobs:
168169
await Promise.all(oldSnapshotVersions.map((v) => {
169170
return github.rest.packages.deletePackageVersionForOrg({ package_type: "container", package_name: package_name, org: org, package_version_id: v.id})
170171
}))
172+
*/

0 commit comments

Comments
 (0)