Skip to content

Commit ef70d9d

Browse files
authored
Merge pull request #11 from node-real/feature/update_fncy_logo
Feature/update fncy logo
2 parents f138d1f + d7c558b commit ef70d9d

File tree

3 files changed

+50
-74
lines changed

3 files changed

+50
-74
lines changed

.github/workflows/docker-build.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ jobs:
3434
aws ecr get-login-password --region ${REGION} | docker login --username AWS --password-stdin ${ECR_REGISTRY_ID}.dkr.ecr.${REGION}.amazonaws.com
3535
docker build -t ${ECR_REGISTRY_ID}.dkr.ecr.${REGION}.amazonaws.com/${GITHUB_REPOSITORY#*/}:${GITHUB_SHA} .
3636
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}
3740
# CD:
3841
# needs: [CI]
3942
# runs-on: [self-hosted,qa-infra-k8s]

cmd/faucet/faucet.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77

8+
<link rel="icon" href="https://fncyscan.fncy.world/favicon.ico">
89
<title>{{.Network}}: Faucet</title>
910

1011
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" />

0 commit comments

Comments
 (0)