Skip to content

test

test #12

name: Docker Build & Publish
# Trigger on new semantic version tags
on:
push:
branches:
- sysrex/test_ci
workflow_dispatch:
inputs:
ref:
description: "The checkout reference (ie tag, branch, sha)"
required: true
type: string
jobs:
docker-security-build:
permissions:
contents: write
packages: write
uses: celestiaorg/.github/.github/workflows/reusable_dockerfile_pipeline.yml@v0.6.3 # yamllint disable-line rule:line-length
with:
runner-label: dev1-l
buildArgs: "TARGETOS=linux TARGETARCH=amd64"
dockerfile: Dockerfile
checkout_ref: ${{ github.event.inputs.ref }}
secrets: inherit