Skip to content

Update docker-build-publish.yml #49

Update docker-build-publish.yml

Update docker-build-publish.yml #49

name: Docker Build & Publish
# Trigger on all push events, new semantic version tags, and all PRs
on:
merge_group:
push:
branches:
- "main"
tags:
- "v[0-9]+.[0-9]+.[0-9]+"
- "v[0-9]+.[0-9]+.[0-9]+-alpha.[0-9]+"
- "v[0-9]+.[0-9]+.[0-9]+-beta.[0-9]+"
- "v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+"
pull_request:
jobs:
docker-security-build:
permissions:
contents: write
packages: write
uses: Bidon15/.celestia-github/.github/workflows/reusable_dockerfile_pipeline.yml@v0.2.37 # yamllint disable-line rule:line-length

Check failure on line 21 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. In .github/workflows/docker-build-publish.yml (Line: 21, Col: 11): Error from called workflow Bidon15/.celestia-github/.github/workflows/reusable_dockerfile_pipeline.yml@v0.2.37 (Line: 170, Col: 25): Unrecognized named-value: 'env'. Located at position 1 within expression: env.REPO_OWNER
with:
dockerfile: Dockerfile
secrets: inherit