We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe8f6ef commit f5791b5Copy full SHA for f5791b5
.github/workflows/cleanup_untagged_containers.yml
@@ -28,7 +28,7 @@ jobs:
28
matrix:
29
package_name: ${{ fromJson(needs.organization_containers.outputs.packages) }}
30
steps:
31
- - uses: actions/delete-package-versions@v5
+ - uses: actions/delete-package-versions@v4
32
with:
33
package-name: ${{ matrix.package_name }}
34
package-type: container
0 commit comments