Skip to content

Commit

Permalink
Removed code that leads to manifest issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ManiMatter committed Feb 19, 2024
1 parent 60de1b7 commit 7d93cc6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand All @@ -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 \
Expand Down

0 comments on commit 7d93cc6

Please sign in to comment.