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.
2 parents fe8f6ef + bb3188d commit f59eda0Copy full SHA for f59eda0
.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
VERSION
@@ -1 +1 @@
1
-1.19.2
+1.19.3
0 commit comments