File tree Expand file tree Collapse file tree 3 files changed +50
-74
lines changed Expand file tree Collapse file tree 3 files changed +50
-74
lines changed Original file line number Diff line number Diff line change 34
34
aws ecr get-login-password --region ${REGION} | docker login --username AWS --password-stdin ${ECR_REGISTRY_ID}.dkr.ecr.${REGION}.amazonaws.com
35
35
docker build -t ${ECR_REGISTRY_ID}.dkr.ecr.${REGION}.amazonaws.com/${GITHUB_REPOSITORY#*/}:${GITHUB_SHA} .
36
36
docker push ${ECR_REGISTRY_ID}.dkr.ecr.${REGION}.amazonaws.com/${GITHUB_REPOSITORY#*/}:${GITHUB_SHA}
37
+
38
+ docker build -t ${ECR_REGISTRY_ID}.dkr.ecr.${REGION}.amazonaws.com/faucet:${GITHUB_SHA} -f Dockerfile.alltools .
39
+ docker push ${ECR_REGISTRY_ID}.dkr.ecr.${REGION}.amazonaws.com/faucet:${GITHUB_SHA}
37
40
# CD:
38
41
# needs: [CI]
39
42
# runs-on: [self-hosted,qa-infra-k8s]
Original file line number Diff line number Diff line change 5
5
< meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
6
6
< meta name ="viewport " content ="width=device-width, initial-scale=1 ">
7
7
8
+ < link rel ="icon " href ="https://fncyscan.fncy.world/favicon.ico ">
8
9
< title > {{.Network}}: Faucet</ title >
9
10
10
11
< link href ="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css " rel ="stylesheet " />
You can’t perform that action at this time.
0 commit comments