diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 04cd444707b0..357dafc39e31 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -56,7 +56,7 @@ jobs: cache-from: type=gha cache-to: type=gha,mode=max push: true - tags: ${{ secrets.AWS_ECR_REPOSITORY }}/blockscout-v2:${{ steps.predefined.outputs.IMAGE_TAG }},${{ secrets.AWS_ECR_REPOSITORY }}/blockscout-v2:latest + tags: ${{ secrets.AWS_ECR_REPOSITORY }}/blockscout-v3:${{ steps.predefined.outputs.IMAGE_TAG }},${{ secrets.AWS_ECR_REPOSITORY }}/blockscout-v3:latest platforms: linux/amd64 build-args: | CACHE_EXCHANGE_RATES_PERIOD= @@ -71,9 +71,8 @@ jobs: AMPLITUDE_URL= AMPLITUDE_API_KEY= CACHE_ADDRESS_WITH_BALANCES_UPDATE_INTERVAL= - BLOCKSCOUT_VERSION=v${{ env.RELEASE_VERSION }}-beta.+commit.${{ env.SHORT_SHA }} - BLOCKSCOUT_VERSION=v5.2.2-beta.+commit.${{ steps.predefined.outputs.IMAGE_TAG }} - RELEASE_VERSION=${{ env.RELEASE_VERSION }} + BLOCKSCOUT_VERSION=v5.2.2-beta + RELEASE_VERSION=5.2.2 cd: needs: ci