Skip to content

Commit

Permalink
default dockerfile in build script
Browse files Browse the repository at this point in the history
  • Loading branch information
jordancartwright committed Feb 17, 2021
1 parent a611c22 commit e233bfa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .ci/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@ if [[ "${GIT_BRANCH}" == "master" ]] && [[ "${IS_PULL_REQUEST}" == "false" ]]; t
echo "INFO: Dry run executing, nothing will be pushed/run"
fi

# Default the Dockerfile name if not provided
DOCKERFILE=${DOCKERFILE:-Dockerfile}

# Get the Docker Architecture if not provided
if [[ -z ${DOCKER_ARCH} ]]; then
DOCKER_ARCH=$(docker version -f {{.Server.Arch}})
Expand Down

0 comments on commit e233bfa

Please sign in to comment.