Skip to content

TOK-555: format backers reward input field #174

TOK-555: format backers reward input field

TOK-555: format backers reward input field #174

Workflow file for this run

name: Build dApp
on: pull_request
# Declare default permissions as read only.
permissions: read-all
jobs:
build_test:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #v4.2.2
- name: Build
id: build-image
env:
IMAGE_TAG: ${{ github.sha }}
PROFILE: testnet.local
run: |
# Build a docker container and
# push it to ECR so that it can
# be deployed to ECS.
docker build --build-arg PROFILE="$PROFILE" --build-arg NEXT_PUBLIC_BUILD_ID=${{ github.sha }} --no-cache .