Skip to content

add pipeline

add pipeline #82

Workflow file for this run

name: Deploy Azure Function V3
on:
workflow_dispatch:
push:
branches:
- CES-971-produrre-una-po-c-di-azure-function-su-container-app
permissions:
contents: read
id-token: write
packages: write
jobs:
deploy:

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

View workflow run for this annotation

GitHub Actions / Deploy Azure Function V3

Invalid workflow file

The workflow is not valid. .github/workflows/deploy_v3.yaml (Line: 15, Col: 3): Error calling workflow 'pagopa/dx/.github/workflows/release-azure-containerapp-v1.yaml@main'. The nested job 'build' is requesting 'attestations: write', but is only allowed 'attestations: none'.
name: Deploy Azure Function V3
concurrency:
group: ${{ github.workflow }}-cd
# Override this configuration to prevent cancelling a running deploy.
cancel-in-progress: false
uses: pagopa/dx/.github/workflows/release-azure-containerapp-v1.yaml@main
secrets: inherit
with:
dockerfile_path: ./apps/azure-function-v3/Dockerfile
dockerfile_context: .
docker_image_name: azure-functions-v3:latest
docker_image_description: "Test app for function container app"
container_app: dx-d-itn-modules-test-ca-01
resource_group_name: dx-d-itn-modules-rg-01
environment: app-dev