Removed code that leads to manifest issues

This commit is contained in:
Benjamin Harder
2024-02-19 01:33:22 +01:00
parent 60de1b747f
commit 7d93cc69fd

View File

@@ -54,6 +54,7 @@ jobs:
IMAGE_TAG: ${{ steps.setversion.outputs.new_tag }}
run: |
docker build \
--progress plain \
-t $IMAGE_NAME:$IMAGE_TAG \
-t $IMAGE_NAME:latest \
--label com.decluttarr.version=$IMAGE_TAG \
@@ -70,6 +71,7 @@ jobs:
# run: |
# docker buildx build \ <<<<<<<<<<<<<<<<<<<<< creates manifest issues... don't know how to solve that
# --platform linux/amd64,linux/arm64 \ <<<<<<<<<<<<<<<<<<<<< creates manifest issues... don't know how to solve that
# --progress plain \
# -t $IMAGE_NAME:$IMAGE_TAG \
# -t $IMAGE_NAME:latest \
# --label com.decluttarr.version=$IMAGE_TAG \