Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 585 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 585 Bytes

Foundry builder image

Run this container image locally:

docker run --rm -it --mount src=`pwd`,target=/source,type=bind ghcr.io/degenfighter/contracts-builder:latest

Publishing the new container image

In case you need to make any updates to this image, push changes to master (or any other) branch and manually trigger the Build and Publish Docker workflow in github actions, for the respective branch. This will be tagged as the latest image and picked up automatically by the workflow in the contracts-v3 repository.