Skip to content

Commit

Permalink
ci: add cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
ccrayz authored and ccrayz committed Jun 14, 2024
1 parent 99efc00 commit 5be4a54
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand All @@ -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
Expand Down

0 comments on commit 5be4a54

Please sign in to comment.