Skip to content

Commit

Permalink
Merge branch 'testnet' into jsanmi/main-v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jsanmigimeno committed Jul 25, 2024
1 parent e5bf01e commit 37fa9bf
Show file tree
Hide file tree
Showing 73 changed files with 16,314 additions and 4,872 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 37fa9bf

Please sign in to comment.