Skip to content

test

test #9

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:
build-args: "TARGETOS=linux TARGETARCH=amd64"

Check failure on line 22 in .github/workflows/docker-build-publish.yml

View workflow run for this annotation

GitHub Actions / Docker Build & Publish

Invalid workflow file

The workflow is not valid. .github/workflows/docker-build-publish.yml (Line: 22, Col: 19): Invalid input, build-args is not defined in the referenced workflow.
dockerfile: Dockerfile
checkout_ref: ${{ github.event.inputs.ref }}
secrets: inherit