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 18, 2024
1 parent 766e3c8 commit c8b403c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
appname="hailstone"
tag_name="${registry}/${namespace}/${appname}"
docker login --username=100003588471 -p dapplink@go hkccr.ccs.tencentyun.com
docker build --pull -t ${tag_name}:latest .
docker build --pull -t ${tag_name}:v1.0.0 .
docker push ${tag_name}:latest
HELM_OPTS="${HELM_OPTS} --set image.repository=${tag_name}"
Expand Down

0 comments on commit c8b403c

Please sign in to comment.