Skip to content

Bump debian from 2c91e48 to 3615a74 in /images/rippled #14

Bump debian from 2c91e48 to 3615a74 in /images/rippled

Bump debian from 2c91e48 to 3615a74 in /images/rippled #14

Workflow file for this run

name: Release rippled image
on:
push:
branches: [main]
paths: ["images/rippled/**"]
pull_request:
branches: [main]
paths: ["images/rippled/**"]
# Declare default permissions as read only.
permissions: read-all
jobs:
call:

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

View workflow run for this annotation

GitHub Actions / Release rippled image

Invalid workflow file

The workflow is not valid. .github/workflows/release-rippled.yml (Line: 14, Col: 3): Error calling workflow 'flare-foundation/connected-chains-docker/.github/workflows/release-image.yml@372b252f3feff78deb4248a2b07551d529ec1ff0'. The nested job 'build' is requesting 'packages: write, id-token: write', but is only allowed 'packages: read, id-token: read'. .github/workflows/release-rippled.yml (Line: 14, Col: 3): Error calling workflow 'flare-foundation/connected-chains-docker/.github/workflows/release-image.yml@372b252f3feff78deb4248a2b07551d529ec1ff0'. The nested job 'generate-provenance' is requesting 'packages: write, id-token: write', but is only allowed 'packages: read, id-token: read'.
uses: ./.github/workflows/release-image.yml
with:
image: ghcr.io/${{ github.repository }}/rippled
context: images/rippled
dockerfile: Dockerfile
secrets:
registry-password: ${{ secrets.GITHUB_TOKEN }}