Skip to content

Commit

Permalink
Merge pull request #49 from catalystdao/jsanmi/main-v0.2.0
Browse files Browse the repository at this point in the history
feat: Upgrade main to v0.2.0
  • Loading branch information
jsanmigimeno authored Jul 25, 2024
2 parents e5bf01e + 3f84e32 commit a1d8160
Show file tree
Hide file tree
Showing 73 changed files with 14,720 additions and 6,751 deletions.
2 changes: 2 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ RELAYER_PORT=3000

# Docker
COMPOSE_PROFILES="wormhole" # Set the docker compose profiles as a comma separated list
MAX_LOG_SIZE="500m"
MAX_LOG_FILES="5"

# Wormhole
SPY_PORT=7073
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ on:
push:
branches:
- 'main'
- 'testnet'
tags:
- 'v*'
pull_request:
branches:
- 'main'
- 'testnet'

jobs:
build:
Expand All @@ -31,8 +33,9 @@ jobs:
type=raw,value=latest,enable={{is_default_branch}}
type=ref,event=branch
type=ref,event=pr
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern=v{{version}}
type=semver,pattern=v{{major}}
type=semver,pattern=v{{major}}.{{minor}}
-
name: Login to Docker Hub
uses: docker/login-action@v3
Expand Down
Loading

0 comments on commit a1d8160

Please sign in to comment.