Skip to content

Commit

Permalink
Make the repo configurable.
Browse files Browse the repository at this point in the history
  • Loading branch information
ericpromislow committed Aug 15, 2024
1 parent 0eecfc0 commit 57f5f03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/package
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ for i in bin/webhook-*; do
cp $i dist/artifacts
fi
done
REPO=rancher
REPO="${REPO:-rancher}"

IMAGE=${REPO}/webhook:${TAG}
DOCKERFILE=./package/Dockerfile
Expand Down

0 comments on commit 57f5f03

Please sign in to comment.