Skip to content

Remove invalid 'size' arg, use alignment as size. #1

Remove invalid 'size' arg, use alignment as size.

Remove invalid 'size' arg, use alignment as size. #1

Workflow file for this run

name: Publish to BCR
on:
push:
tags:
- "v*.*.*"
permissions:
id-token: write
attestations: write
contents: write
jobs:
publish:
uses: bazel-contrib/publish-to-bcr/.github/workflows/publish.yaml@v1.0.0

Check failure on line 15 in .github/workflows/publish_to_bcr.yml

View workflow run for this annotation

GitHub Actions / Publish to BCR

Invalid workflow file

The workflow is not valid. .github/workflows/publish_to_bcr.yml (Line: 15, Col: 11): Input registry_fork is required, but not provided while calling.
with:
tag_name: ${{ github.ref_name }}
secrets:
publish_token: ${{ secrets.BCR_PUBLISH_TOKEN }}