Skip to content

Commit

Permalink
.github: Bump dev-drprasad/delete-older-releases from 0.3.3 to 0.3.4 (#…
Browse files Browse the repository at this point in the history
…1604)

* .github: Bump dev-drprasad/delete-older-releases from 0.3.3 to 0.3.4

Bumps [dev-drprasad/delete-older-releases](https://github.com/dev-drprasad/delete-older-releases) from 0.3.3 to 0.3.4.
- [Release notes](https://github.com/dev-drprasad/delete-older-releases/releases)
- [Commits](dev-drprasad/delete-older-releases@v0.3.3...v0.3.4)

---
updated-dependencies:
- dependency-name: dev-drprasad/delete-older-releases
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* delete only prereleases

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lovro Mažgon <[email protected]>
  • Loading branch information
dependabot[bot] and lovromazgon authored May 20, 2024
1 parent 359d31d commit 6b9eef1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/trigger-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,12 @@ jobs:
git tag -a $TAG -m "$TAG: nightly build"
git push origin $TAG
- name: 'Clean up nightly releases'
uses: dev-drprasad/[email protected].3
uses: dev-drprasad/[email protected].4
with:
keep_latest: 5
delete_tags: true
delete_tag_pattern: nightly
delete_prerelease_only: true
env:
GITHUB_TOKEN: ${{ secrets.NIGHTLY_BUILD_GH_TOKEN }}
- name: 'Delete nightly containers older than a week'
Expand Down

0 comments on commit 6b9eef1

Please sign in to comment.