Skip to content

Commit

Permalink
Update atlantis version
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Bellen committed Jul 25, 2024
1 parent a8cd6dd commit 477f1f9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 4 additions & 4 deletions customize.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/bin/bash

ATLANTIS_VERSION="${ATLANTIS_VERSION:-0.27.3}"
TG_VERSION="${TG_VERSION:-0.57.9}"
ATLANTIS_VERSION="${ATLANTIS_VERSION:-0.28.5}"
TG_VERSION="${TG_VERSION:-0.63.3}"
TG_DOWNLOAD_LINK="https://github.com/gruntwork-io/terragrunt/releases/download/v${TG_VERSION}/terragrunt_linux_amd64"

IMAGE_NAME="${IMAGE_NAME:-ghcr.io/vitagroupag/atlantis-custom}"
IMAGE_TAG="${IMAGE_TAG:-latest}"
IMAGE_TAG="0.28.5"

TARGET_FILE="terragrunt"

Expand All @@ -25,6 +25,6 @@ cat Dockerfile
echo "Name: $IMAGE_NAME"
echo "Tag: $IMAGE_TAG"

docker build -t $IMAGE_NAME:$IMAGE_TAG .
docker build -t $IMAGE_NAME:$IMAGE_TAG -t $IMAGE_NAME:latest .

echo "Build custom atlantis image : $IMAGE_TAG"
4 changes: 4 additions & 0 deletions upload_image.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash

docker push ghcr.io/vitagroupag/atlantis-custom:0.28.5
docker push ghcr.io/vitagroupag/atlantis-custom:latest

0 comments on commit 477f1f9

Please sign in to comment.