Skip to content

Commit

Permalink
Merge pull request #1 from vitagroupag/db/update_image
Browse files Browse the repository at this point in the history
Update atlantis version
  • Loading branch information
jbellmann authored Sep 4, 2024
2 parents a8cd6dd + 5c531cf commit 0e8c446
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 0e8c446

Please sign in to comment.