Skip to content

Commit

Permalink
v0.2.9: push image with correct tag [BAC-2929] (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
eyqs authored Aug 9, 2022
1 parent 813ca5e commit da7d043
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dydxprotocol/node-service-base-dev",
"version": "0.2.8",
"version": "0.2.9",
"description": "Shared development configuration and utilities for Node services",
"main": "build/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion scripts/version-and-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ docker build -t $SERVICE_NAME:v$version . --build-arg NPM_TOKEN=${NPM_TOKEN}
# Push to DockerHub
docker tag $SERVICE_NAME:v$version dydxprotocol/$SERVICE_NAME:v$version
docker login -u $DOCKER_HUB_USERNAME -p $DOCKER_HUB_PASSWORD
docker push dydxprotocol/$SERVICE_NAME
docker push dydxprotocol/$SERVICE_NAME:v$version

# Push to ECR
for region in us-east-1 ap-northeast-1
Expand Down

0 comments on commit da7d043

Please sign in to comment.