diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml new file mode 100644 index 0000000..7718772 --- /dev/null +++ b/.github/workflows/docker.yml @@ -0,0 +1,17 @@ +name: docker +on: + push: + branches: + - main + +jobs: + simapp: + permissions: + contents: write + packages: write + uses: celestiaorg/.github/.github/workflows/reusable_dockerfile_pipeline.yml@v0.5.0 + with: + dockerfile: docker/simapp.Dockerfile + packageName: simapp + checkout_ref: ${{ github.event.inputs.ref }} + secrets: inherit