Skip to content

chore(deps): bump rollkit/.github from 0.4.1 to 0.5.0 #21

chore(deps): bump rollkit/.github from 0.4.1 to 0.5.0

chore(deps): bump rollkit/.github from 0.4.1 to 0.5.0 #21

name: docker-build-publish
# Trigger on all push events, new semantic version tags, and all PRs
on:
push:
branches:
- "main"
tags:
- "v*"
pull_request:
jobs:
docker-build:
permissions:
contents: write
packages: write
uses: rollkit/.github/.github/workflows/[email protected]
with:
dockerfile: Dockerfile
secrets: inherit
docker-build-contract:
permissions:
contents: write
packages: write
uses: rollkit/.github/.github/workflows/[email protected]
with:
dockerfile: Dockerfile.contract
packageName: contract
secrets: inherit