Skip to content

ci: use reusable docker workflow #104

ci: use reusable docker workflow

ci: use reusable docker workflow #104

Workflow file for this run

name: Docker
on:
pull_request:
push:
branches: ['main']
tags: ['v*']
concurrency:
group: '${{ github.workflow }} @ ${{ github.ref }}'
cancel-in-progress: true
jobs:
docker:

Check failure on line 14 in .github/workflows/ci.yaml

View workflow run for this annotation

GitHub Actions / Docker

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yaml (Line: 14, Col: 3): Error calling workflow 'USA-RedDragon/reusable-actions/.github/workflows/docker-ci.yaml@v1.0.5'. The nested job 'docker' is requesting 'packages: write', but is only allowed 'packages: read'.
uses: USA-RedDragon/reusable-actions/.github/workflows/docker-ci.yaml@v1.0.5
with:
push: ${{ github.event_name != 'pull_request' }}