Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: guidojw/arora-discord
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: fb534c2e6fc207e65796493dfad58d2226c1796f
Choose a base ref
..
head repository: guidojw/arora-discord
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: eab3088a3f81d8cc41877fef404a4e1d6a4c375f
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 .github/workflows/cleanup-registry.yml
2 changes: 1 addition & 1 deletion .github/workflows/cleanup-registry.yml
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Delete old versions
uses: snok/container-retention-policy@9505983b99b31a9aa5600345d03fa64832ab54be # v2.2.0
uses: snok/container-retention-policy@b56f4ff7539c1f94f01e5dc726671cd619aa8072 # v2.2.1
with:
image-names: ${{ env.IMAGE_NAMES }}
cut-off: 2 days ago UTC