Skip to content

Commit

Permalink
missing suffix part added
Browse files Browse the repository at this point in the history
  • Loading branch information
meeDamian committed May 3, 2019
1 parent d1fbb83 commit b2d6cf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions travis/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ if [[ ! -z "${ARCH}" ]]; then
if [[ -n "${TRAVIS_TAG}" ]]; then
echo "${DOCKER_PASS}" | docker login -u="${DOCKER_USER}" --password-stdin

docker tag ${TAG} "${SLUG}:${TRAVIS_TAG}-${ARCH}"
docker push "${SLUG}:${TRAVIS_TAG}-${ARCH}"
docker tag ${TAG} "${SLUG}:${TRAVIS_TAG}-linux-${ARCH}"
docker push "${SLUG}:${TRAVIS_TAG}-linux-${ARCH}"
fi

exit 0
Expand Down

0 comments on commit b2d6cf1

Please sign in to comment.