Skip to content

Commit

Permalink
chore(ci): enable contract docker file ci
Browse files Browse the repository at this point in the history
  • Loading branch information
MSevey committed Jul 11, 2024
1 parent b49e865 commit a6c033e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/docker-build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,12 @@ jobs:
with:
dockerfile: Dockerfile
secrets: inherit

docker-build-contract:
permissions:
contents: write
packages: write
uses: rollkit/.github/.github/workflows/reusable_dockerfile_pipeline.yml@v0.4.1
with:
dockerfile: Dockerfile.contract
secrets: inherit

0 comments on commit a6c033e

Please sign in to comment.