Skip to content

Commit

Permalink
new versions for atlantis and terragrunt
Browse files Browse the repository at this point in the history
  • Loading branch information
jbellmann committed May 23, 2024
1 parent 2fc09a3 commit a8cd6dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-atlantis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
run: |
echo "${{ secrets.GHA_TOKEN }}" | docker login ghcr.io -u $ --password-stdin
export IMAGE_NAME=ghcr.io/${{ github.repository }}
export TG_VERSION=0.57.9
export ATLANTIS_VERSION=0.27.3
export TG_VERSION=0.58.9
export ATLANTIS_VERSION=0.28.0
export IMAGE_TAG=$ATLANTIS_VERSION-${{ github.run_number }}
./customize.sh
docker push $IMAGE_NAME:$IMAGE_TAG

0 comments on commit a8cd6dd

Please sign in to comment.