Skip to content

Commit

Permalink
Update deploy-app.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
guoshijiang authored Sep 26, 2024
1 parent 0477875 commit ae90451
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- mainnet
env:
AWS_REGION : "ap-southeast-1"
app: wallet-chain-node
app: walletchainnode
permissions:
id-token: write
contents: read
Expand All @@ -33,7 +33,7 @@ jobs:
run: |
registry="hkccr.ccs.tencentyun.com"
namespace="dapplink"
appname="wallet-chain-node"
appname="walletchainnode"
tag_name="${registry}/${namespace}/${appname}"
docker login --username=100003588471 -p dapplink@go hkccr.ccs.tencentyun.com
docker build --pull -t ${tag_name}:v0.0.8 .
Expand Down

0 comments on commit ae90451

Please sign in to comment.