Skip to content

Revert "🐋 ci: adjust docker workflow (#43)" (#46) #1

Revert "🐋 ci: adjust docker workflow (#43)" (#46)

Revert "🐋 ci: adjust docker workflow (#43)" (#46) #1

Workflow file for this run

name: Docker Dev Images Release
on:
workflow_dispatch:
push:
tags:
- '*'
jobs:
call-docker-build:

Check failure on line 10 in .github/workflows/release.yaml

View workflow run for this annotation

GitHub Actions / Docker Dev Images Release

Invalid workflow file

The workflow is not valid. .github/workflows/release.yaml (Line: 10, Col: 3): Error calling workflow 'danny-avila/rag_api/.github/workflows/docker-build-workflow.yaml@780b3bbcdf0c8cbddebf5acaa6791010e282061a'. The nested job 'build' is requesting 'packages: write', but is only allowed 'packages: read'.
uses: ./.github/workflows/docker-build-workflow.yaml
with:
tag: ${{ github.ref_name }}