Fixes the untagged image deletion so it will not remove images which are referred to by a multi-arch manifest image

This commit is contained in:
Trenton Holmes
2022-07-31 12:20:48 -07:00
parent 0fdd3d56f4
commit f48a2cb65e
2 changed files with 165 additions and 78 deletions

View File

@@ -40,7 +40,7 @@ jobs:
name: Set up Python
uses: actions/setup-python@v3
with:
python-version: "3.9"
python-version: "3.10"
-
name: Install requests
run: |