Skip to content

Commit

Permalink
Update git build to build testnet pushes (#22)
Browse files Browse the repository at this point in the history
* feat: update git build to build testnet pushes
  • Loading branch information
reednaa authored May 29, 2024
1 parent 2e40e83 commit 10e2106
Showing 1 changed file with 5 additions and 2 deletions.
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

0 comments on commit 10e2106

Please sign in to comment.