Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ttktatakai authored Oct 11, 2024
1 parent ddf8064 commit 8c79880
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
cd backend
docker build . --file Dockerfile --tag registry.cn-hangzhou.aliyuncs.com/veops/oneterm-api:latest
docker push registry.cn-hangzhou.aliyuncs.com/veops/oneterm-api:latest
docker build . --file Dockerfile --tag registry.cn-hangzhou.aliyuncs.com/veops/oneterm-api:${{github.ref_name}}
docker push registry.cn-hangzhou.aliyuncs.com/veops/oneterm-api:${{github.ref_name}}
build-ui:
runs-on: ubuntu-latest
steps:
Expand All @@ -26,3 +28,5 @@ jobs:
cd oneterm-ui
docker build . --file Dockerfile --tag registry.cn-hangzhou.aliyuncs.com/veops/oneterm-ui:latest
docker push registry.cn-hangzhou.aliyuncs.com/veops/oneterm-ui:latest
docker build . --file Dockerfile --tag registry.cn-hangzhou.aliyuncs.com/veops/oneterm-ui:${{github.ref_name}}
docker push registry.cn-hangzhou.aliyuncs.com/veops/oneterm-ui:${{github.ref_name}}

0 comments on commit 8c79880

Please sign in to comment.