Skip to content

Merge branch 'main' into fix/reset-owner-state-in-erc20-precompile #76

Merge branch 'main' into fix/reset-owner-state-in-erc20-precompile

Merge branch 'main' into fix/reset-owner-state-in-erc20-precompile #76

Workflow file for this run

name: "Pull Request"

Check failure on line 1 in .github/workflows/pull-request.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pull-request.yml

Invalid workflow file

(Line: 17, Col: 18): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.DOCKER_USERNAME
on:
pull_request:
types: [opened, synchronize]
concurrency:
# Cancel old runs if there is a new commit in the same branch
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build-docker:
uses: ./.github/workflows/build-docker.yml
secrets: inherit
with:
tag: ghcr.io/${{ secrets.DOCKER_USERNAME }}/${{ github.event.repository.name }}:${{ github.sha }}
push: true