Skip to content

fix(docker): Add missing init.js #136

fix(docker): Add missing init.js

fix(docker): Add missing init.js #136

Workflow file for this run

name: PR CI
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
scan:
uses: ./.github/workflows/scan.yml
secrets: inherit
deploy:
needs: [scan]
uses: ./.github/workflows/docker.yml
secrets: inherit
with:
version: 0.0.0-${{ github.sha }}