Skip to content

Commit

Permalink
feat: also push PR builds
Browse files Browse the repository at this point in the history
  • Loading branch information
reednaa committed Mar 7, 2024
1 parent c45fc99 commit 1e040c4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
type=semver,pattern={{major}}.{{minor}}
-
name: Login to Docker Hub
if: github.event_name != 'pull_request'
uses: docker/login-action@v3
with:
registry: ghcr.io
Expand All @@ -45,7 +44,7 @@ jobs:
name: Build and push
uses: docker/build-push-action@v5
with:
push: ${{ github.event_name != 'pull_request' }}
push: true
context: .
file: ./dockerfile.relayer
platforms: linux/amd64, linux/arm64
Expand Down

0 comments on commit 1e040c4

Please sign in to comment.