File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ on :
2+ push :
3+ branches :
4+ - main
5+ paths :
6+ - ' image_hosting/**'
7+ - ' common/**'
8+ - ' .github/workflows/image_hosting.yml'
9+ - ' .github/workflows/common.yml'
10+ - ' .github/workflows/main.yml'
11+ - ' Dockerfile'
12+ - ' go.mod'
13+ - ' go.sum'
14+
15+ jobs :
16+ docker-build-image-hosting :
17+ uses : ./.github/workflows/main.yml
18+ with :
19+ service_name : image_hosting
20+ secrets : inherit
Original file line number Diff line number Diff line change 4848 with :
4949 push : true
5050 tags : |
51+ registry.cn-shanghai.aliyuncs.com/${{ secrets.ACR_NAMESPACE }}/${{ inputs.service_name }}_backend:latest
52+ registry.cn-shanghai.aliyuncs.com/${{ secrets.ACR_NAMESPACE }}/${{ inputs.service_name }}_backend:master
5153 registry.cn-shanghai.aliyuncs.com/${{ secrets.ACR_NAMESPACE }}/${{ inputs.service_name }}:latest
5254 registry.cn-shanghai.aliyuncs.com/${{ secrets.ACR_NAMESPACE }}/${{ inputs.service_name }}:master
5355 build-args : |
You can’t perform that action at this time.
0 commit comments