mirror of
https://github.com/ManiMatter/decluttarr.git
synced 2026-04-18 03:54:02 +02:00
Fixed problem with manifest unkown.
Cause was the automated removal of untagged versions, which does not work with multi-arch containers. See https://github.com/actions/delete-package-versions/issues/90
This commit is contained in:
13
.github/workflows/dev.yml
vendored
13
.github/workflows/dev.yml
vendored
@@ -72,12 +72,11 @@ jobs:
|
||||
--build-arg IMAGE_TAG=$IMAGE_TAG \
|
||||
--build-arg SHORT_COMMIT_ID=$SHORT_COMMIT_ID \
|
||||
--push \
|
||||
--each "docker tag {{.ImageID}} $IMAGE_NAME:$IMAGE_TAG-{{.TargetPlatform.Architecture}}"
|
||||
|
||||
|
||||
- name: "Delete untagged versions"
|
||||
uses: actions/delete-package-versions@v5
|
||||
with:
|
||||
package-name: 'decluttarr'
|
||||
package-type: 'container'
|
||||
delete-only-untagged-versions: 'true'
|
||||
# - name: "Delete untagged versions"
|
||||
# uses: actions/delete-package-versions@v4
|
||||
# with:
|
||||
# package-name: 'decluttarr'
|
||||
# package-type: 'container'
|
||||
# delete-only-untagged-versions: 'true'
|
||||
|
||||
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
@@ -63,4 +63,3 @@ jobs:
|
||||
--build-arg IMAGE_TAG=$IMAGE_TAG \
|
||||
--build-arg SHORT_COMMIT_ID=$SHORT_COMMIT_ID \
|
||||
--push \
|
||||
--each "docker tag {{.ImageID}} $IMAGE_NAME:$IMAGE_TAG-{{.TargetPlatform.Architecture}}"
|
||||
|
||||
Reference in New Issue
Block a user