Skip to content

updated dockerfile and entrypoint to deploy l1 contracts if not found #6

updated dockerfile and entrypoint to deploy l1 contracts if not found

updated dockerfile and entrypoint to deploy l1 contracts if not found #6

Workflow file for this run

name: publish
on: [push]
env:
REGISTRY: ghcr.io
jobs:
build-and-push-image:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
attestations: write
id-token: write
steps:
- uses: actions/checkout@v4
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push Docker image
uses: docker/build-push-action@v5
with:
context: .
push: true
tags: ${{ env.REGISTRY }}/nucleo-finance/supersim:latest