Skip to content

attestations: write for Docker images attestations #59

attestations: write for Docker images attestations

attestations: write for Docker images attestations #59

Workflow file for this run

name: Build
on:
push:
branches-ignore:
- 'dependabot/**'
tags:
- '*'
pull_request:
branches:
- 'release/?*'
- 'dev'
schedule:
- cron: '30 1 * * 6' # Weekly on Saturdays
permissions: {}
jobs:
call-workflow:
if: "!contains(github.repository, '.warriors-life-template')"
uses: warriors-life/.warriors-life-workflows/.github/workflows/build-docker.yml@dev
with:
image-name: ${{ github.repository }}
secrets: inherit
permissions:
security-events: write
id-token: write
attestations: write
packages: write
contents: write
actions: read
issues: read
pull-requests: read