Skip to content

Commit

Permalink
fix: disable docker manifests push
Browse files Browse the repository at this point in the history
  • Loading branch information
kvendingoldo committed Jul 25, 2024
1 parent 4f06726 commit 66e0082
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
echo "Pushing ${IMAGE} ..."
docker push ${IMAGE}
docker manifest push ${IMAGE}
#docker manifest push ${IMAGE}
if [ ${?} -ne 0 ]; then
echo "Failed to push ${IMAGE}"
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
echo "Pushing ${IMAGE} ..."
docker push ${IMAGE}
docker manifest push ${IMAGE}
#docker manifest push ${IMAGE}
if [ ${?} -ne 0 ]; then
echo "Failed to push ${IMAGE}"
Expand Down

0 comments on commit 66e0082

Please sign in to comment.