Skip to content

Commit a1d8160

Browse files
authored
Merge pull request #49 from catalystdao/jsanmi/main-v0.2.0
feat: Upgrade main to v0.2.0
2 parents e5bf01e + 3f84e32 commit a1d8160

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+14720
-6751
lines changed

.env.example

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ RELAYER_PORT=3000
33

44
# Docker
55
COMPOSE_PROFILES="wormhole" # Set the docker compose profiles as a comma separated list
6+
MAX_LOG_SIZE="500m"
7+
MAX_LOG_FILES="5"
68

79
# Wormhole
810
SPY_PORT=7073

.github/workflows/docker-build.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@ on:
44
push:
55
branches:
66
- 'main'
7+
- 'testnet'
78
tags:
89
- 'v*'
910
pull_request:
1011
branches:
1112
- 'main'
13+
- 'testnet'
1214

1315
jobs:
1416
build:
@@ -31,8 +33,9 @@ jobs:
3133
type=raw,value=latest,enable={{is_default_branch}}
3234
type=ref,event=branch
3335
type=ref,event=pr
34-
type=semver,pattern={{version}}
35-
type=semver,pattern={{major}}.{{minor}}
36+
type=semver,pattern=v{{version}}
37+
type=semver,pattern=v{{major}}
38+
type=semver,pattern=v{{major}}.{{minor}}
3639
-
3740
name: Login to Docker Hub
3841
uses: docker/login-action@v3

0 commit comments

Comments
 (0)