Skip to content

switch to reusable workflow #5

switch to reusable workflow

switch to reusable workflow #5

name: Docker
# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
on:
workflow_dispatch:
push:
branches: [ "main" ]
tags: ["*"]
jobs:
call-docker-build:

Check failure on line 15 in .github/workflows/docker-publish.yaml

View workflow run for this annotation

GitHub Actions / Docker

Invalid workflow file

The workflow is not valid. .github/workflows/docker-publish.yaml (Line: 15, Col: 3): Error calling workflow 'ethdevops/workflows/.github/workflows/upstream-docker-build.yaml@main'. The nested job 'build-docker-image' is requesting 'packages: write, id-token: write', but is only allowed 'packages: read, id-token: none'.
uses: ethdevops/workflows/.github/workflows/upstream-docker-build.yaml@main
with:
repository: cryptpad/cryptpad
ref: ${{ github.ref }}
secrets:
docker_registry_user: ${{ secrets.DOCKER_REGISTRY_USER }}
docker_registry_password: ${{ secrets.DOCKER_REGISTRY_SECRET }}