chore: cleanup repo

This commit is contained in:
Mohamed Sohail 2023-03-08 10:13:11 +00:00
parent 0fd35f9668
commit b1572cfba7
Signed by: kamikazechaser
GPG Key ID: 7DD45520C01CD85D
4 changed files with 11 additions and 14 deletions

View File

@ -1,3 +1,10 @@
POSTGRES_DSN=postgres://postgres:postgres@postgres:5432/cic_custodial
REDIS_DSN=redis://redis:6379/1
ASYNQ_DSN=redis://redis:6379/0
CUSTODIAL_CHAIN__RPC_ENDPOINT=
CUSTODIAL_SYSTEM__GAS_FAUCET_ADDRESS=
CUSTODIAL_SYSTEM__GIFTABLE_TOKEN_ADDRESS=
CUSTODIAL_SYSTEM__PRIVATE_KEY=
CUSTODIAL_SYSTEM__PUBLIC_KEY=
CUSTODIAL_SYSTEM__ACCOUNT_INDEX_ADDRESS=
CUSTODIAL_POSTGRES__DSN=
CUSTODIAL_REDIS__DSN=
CUSTODIAL_ASYNQ__DSN=
CUSTODIAL_JETSTREAM__ENDPOINT=

View File

@ -54,7 +54,7 @@ jobs:
cache-to: type=local,dest=/tmp/.buildx-cache
tags: |
ghcr.io/grassrootseconomics/cic-custodial/cic-custodial:latest
ghcr.io/grassrootseconomics/cic-custodial/cic-custodial:v${{ env.RELEASE_TAG }}
ghcr.io/grassrootseconomics/cic-custodial/cic-custodial:${{ env.RELEASE_TAG }}
goreleaser:
runs-on: ubuntu-latest

View File

@ -1,10 +0,0 @@
version: '3.9'
services:
cic-custodial:
image: ${IMAGE_BASE_URL:-ghcr.io/grassrootseconomics/cic-custodial}/cic-custodial:${TAG:-latest}
build:
context: .
dockerfile: Dockerfile
cache_from:
- ${IMAGE_BASE_URL:-ghcr.io/grassrootseconomics/cic-custodial}/cic-custodial:latest