Skip to content

Commit

Permalink
hack/release: fix push arg
Browse files Browse the repository at this point in the history
  • Loading branch information
zegl committed Dec 16, 2022
1 parent c2279e4 commit 74e551f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hack/release-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ else
TAG_ARGS="${TAG_ARGS} -t zegl/kube-score:latest"
PLATFORM_ARGS="--platform linux/arm64 --platform linux/amd64"
PUSH_OR_LOAD_ARG="--push"
PUSH_OR_LOAD_ARG=""
fi

docker buildx build \
Expand Down

0 comments on commit 74e551f

Please sign in to comment.