Skip to content

Commit

Permalink
Set tag to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
mpetrun5 committed Aug 9, 2024
1 parent 23cedeb commit 3d998e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
env:
ENVIRONMENT: 'TESTNET'
REGISTRY: 'ghcr.io'
TAG: ${{ github.ref_name }}
TAG: 'latest'
AWS_TESTNET: '${{ secrets.AWS_ARN }}'

jobs:
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
awsAccountId=${{ env.AWS_TESTNET }}
awsRegion=${{ secrets.AWS_REGION }}
awsEfs=${{ secrets.INCLUSION_EFS_TESTNET }}
imageTag=${{ env.Tag }}
imageTag=${{ env.TAG }}
- name: configure aws credentials
uses: aws-actions/configure-aws-credentials@v4
Expand Down

0 comments on commit 3d998e2

Please sign in to comment.