Skip to content

update workflow

update workflow #3

Workflow file for this run

name: build-and-push
on:
release:
types: [published]
permissions:
contents: read
packages: write
security-events: write
jobs:
build:
uses: ${{ vars.ORGANISATION_WORKFLOW_PATH }}/build.yml@main

Check failure on line 14 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/release.yml

Invalid workflow file

invalid value workflow reference: references to workflows must be rooted in '.github/workflows'
with:
REGISTRY: ${{ vars.REGISTRY }}
REPOSITORY: ${{ vars.REPOSITORY }}