mirror of
https://github.com/ManiMatter/decluttarr.git
synced 2026-04-18 20:54:03 +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:
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