Skip to content

Commit

Permalink
Update atlantis version in build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Bellen committed Jul 25, 2024
1 parent 8f8abb2 commit 5c531cf
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.58.9
export ATLANTIS_VERSION=0.28.0
export TG_VERSION=0.63.6
export ATLANTIS_VERSION=0.28.5
export IMAGE_TAG=$ATLANTIS_VERSION-${{ github.run_number }}
./customize.sh
docker push $IMAGE_NAME:$IMAGE_TAG

0 comments on commit 5c531cf

Please sign in to comment.