Skip to content

Commit

Permalink
rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
jerowe committed Feb 28, 2022
1 parent 7eb0ec6 commit 1ce39e7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,10 @@ make-dirs:
docker/build:
echo "build"
docker build -t k8s-shinyproxy images/shinyproxy
docker tag k8s-shinyproxy:latest $(ECR_IMAGE):latest

docker tag k8s-shinyproxy:latest $(ECR_IMAGE):$(VERSION)
docker tag k8s-shinyproxy:latest $(ECR_IMAGE):$(SHA)

docker tag k8s-shinyproxy:latest $(DOCKERHUB_IMAGE):latest
docker tag k8s-shinyproxy:latest $(DOCKERHUB_IMAGE):$(VERSION)
docker tag k8s-shinyproxy:latest $(DOCKERHUB_IMAGE):$(SHA)
Expand All @@ -49,7 +50,7 @@ docker/push:

# push to ecr
aws ecr get-login-password --region us-east-1 | docker login --username AWS --password-stdin 709825985650.dkr.ecr.us-east-1.amazonaws.com
docker push $(ECR_IMAGE):latest

docker push $(ECR_IMAGE):$(VERSION)
docker push $(ECR_IMAGE):$(SHA)

Expand Down

0 comments on commit 1ce39e7

Please sign in to comment.