Merge pull request #305 from drift-labs/master

bump mainnet
This commit is contained in:
jack
2024-12-06 16:57:29 +11:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -35,7 +35,7 @@ jobs:
context: . context: .
push: true push: true
tags: | tags: |
${{ env.ECR_REGISTRY }}/${{ env.ECR_REPOSITORY }}:${{ env.IMAGE_TAG }} ${{ env.ECR_REGISTRY }}/${{ env.ECR_REPOSITORY }}:${{ env.IMAGE_TAG }}-${{ env.BRANCH_NAME }}-amd64
${{ env.ECR_REGISTRY }}/${{ env.ECR_REPOSITORY }}:latest-${{ env.BRANCH_NAME }}-amd64 ${{ env.ECR_REGISTRY }}/${{ env.ECR_REPOSITORY }}:latest-${{ env.BRANCH_NAME }}-amd64
deploy: deploy:

View File

@@ -36,7 +36,7 @@ jobs:
context: . context: .
push: true push: true
tags: | tags: |
${{ env.ECR_REGISTRY }}/${{ env.ECR_REPOSITORY }}:${{ env.IMAGE_TAG }} ${{ env.ECR_REGISTRY }}/${{ env.ECR_REPOSITORY }}:${{ env.IMAGE_TAG }}-${{ env.BRANCH_NAME }}-amd64
${{ env.ECR_REGISTRY }}/${{ env.ECR_REPOSITORY }}:latest-${{ env.BRANCH_NAME }}-amd64 ${{ env.ECR_REGISTRY }}/${{ env.ECR_REPOSITORY }}:latest-${{ env.BRANCH_NAME }}-amd64
deploy: deploy:

View File

@@ -280,7 +280,7 @@ async function main() {
ws.send( ws.send(
JSON.stringify({ JSON.stringify({
channel: redisChannel, channel: redisChannel,
data: lastMessage, data: JSON.stringify(lastMessage),
}) })
); );
} }