Skip to content

feat: allow write to registry #2

feat: allow write to registry

feat: allow write to registry #2

Workflow file for this run

name: Action
on:
workflow_dispatch:
push:
branches:
- main
defaults:
run:
working-directory: ./
shell: bash
jobs:
build:

Check failure on line 15 in .github/workflows/action.yaml

View workflow run for this annotation

GitHub Actions / Action

Invalid workflow file

The workflow is not valid. .github/workflows/action.yaml (Line: 15, Col: 3): Error calling workflow 'philwelz/next-gen-cicd/.github/workflows/docker-build.yaml@a98ed2a09836dc5d11090ed17401f2feb5edc392'. The nested job 'docker-build' is requesting 'packages: write', but is only allowed 'packages: read'.
name: gh-runner
uses: ./.github/workflows/docker-build.yaml
with:
REGISTRY: ghcr.io
ORGANISATION_NAME: philwelz