Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.

Commit

Permalink
Don't update the latest tag (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylegc authored and chilanti committed Dec 3, 2019
1 parent 3fb6d1e commit e643491
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
set -e
#sed -i "s/CLI_VERSION/$1/g" ./Dockerfile
echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
docker build -t $DOCKER_ORG/appsody-buildah:$2 -t $DOCKER_ORG/appsody-buildah:latest --build-arg CLI_VERSION=$1 .
docker push $DOCKER_ORG/appsody-buildah
docker build -t $DOCKER_ORG/appsody-buildah:$2 --build-arg CLI_VERSION=$1 .
docker push $DOCKER_ORG/appsody-buildah:$2

0 comments on commit e643491

Please sign in to comment.