Skip to content

Commit

Permalink
temporary disable deleting old packages in ci because it affects othe…
Browse files Browse the repository at this point in the history
…r branches
  • Loading branch information
Arian8j2 committed Sep 24, 2024
1 parent fce20af commit efab89b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,3 @@ jobs:
cache-to: type=gha,mode=max
env:
TAG: ${{ github.ref_name == 'main' && 'latest' || github.ref_name }}

- name: Delete old packages
uses: actions/delete-package-versions@v4
with:
package-name: forwarder
package-type: container
min-versions-to-keep: 5
delete-only-untagged-versions: true

0 comments on commit efab89b

Please sign in to comment.