Skip to content

Commit

Permalink
Revert "ci: remove untagged GHCR images"
Browse files Browse the repository at this point in the history
delete-package-versions seems to be buggy with multi-arch images.

actions/delete-package-versions#90

This reverts commit 4bdc542.

Signed-off-by: László Várady <[email protected]>
  • Loading branch information
MrAnno committed Mar 10, 2023
1 parent 4bdc542 commit 2456e8d
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,16 +92,3 @@ jobs:
pkg-type: nightly
tarball-artifact: source-tarball
snapshot-version: ${{ needs.tarball.outputs.snapshot-version }}

ghcr-cleanup:
if: github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
needs: publish-image
steps:
- name: Remove untagged package versions
uses: actions/delete-package-versions@v4
with:
package-name: syslog-ng
package-type: container
delete-only-untagged-versions: true
min-versions-to-keep: 0

0 comments on commit 2456e8d

Please sign in to comment.