From 3d998e294b2b3ecaf247700fba5e819b20fb5873 Mon Sep 17 00:00:00 2001 From: mpetrun5 Date: Fri, 9 Aug 2024 16:06:23 +0200 Subject: [PATCH] Set tag to latest --- .github/workflows/deploy_testnet.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy_testnet.yml b/.github/workflows/deploy_testnet.yml index 6f45af7..f827627 100644 --- a/.github/workflows/deploy_testnet.yml +++ b/.github/workflows/deploy_testnet.yml @@ -11,7 +11,7 @@ on: env: ENVIRONMENT: 'TESTNET' REGISTRY: 'ghcr.io' - TAG: ${{ github.ref_name }} + TAG: 'latest' AWS_TESTNET: '${{ secrets.AWS_ARN }}' jobs: @@ -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