Skip to content

Commit

Permalink
ci: run on PR (test)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmorency committed Nov 19, 2024
1 parent 9d06192 commit b74eb4e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Build and Push Docker Image

on:
push
#on:
# push:
# branches:
# - main
on: [push, pull_request]

jobs:
build-and-push:
Expand All @@ -28,7 +29,7 @@ jobs:
with:
context: .
push: true
tags: liftedinit/manifest-app-testnet:latest
tags: lifted/manifest-app:testnet
build-args: |
"NEXT_PUBLIC_CHAIN=${{ vars.NEXT_PUBLIC_CHAIN }}"
"NEXT_PUBLIC_CHAIN_ID=${{ vars.NEXT_PUBLIC_CHAIN_ID }}"
Expand Down

0 comments on commit b74eb4e

Please sign in to comment.