Skip to content

Commit

Permalink
Predictable path
Browse files Browse the repository at this point in the history
  • Loading branch information
mengelmann committed May 23, 2020
1 parent db861ca commit ff04082
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/release
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ command -v git >/dev/null 2>&1 || { echo "git not installed"; exit 2; }
GITFTP_VERSION="$1"
ALPINE_VERSION="$2"

cd "$(dirname "${BASH_SOURCE[0]}")/.."

docker build \
--tag "octivi/git-ftp:${GITFTP_VERSION}-alpine${ALPINE_VERSION}" \
--tag "octivi/git-ftp:latest" \
Expand Down

0 comments on commit ff04082

Please sign in to comment.