Skip to content

feat: update docker-image.yml #3

feat: update docker-image.yml

feat: update docker-image.yml #3

Workflow file for this run

name: Image digest update
on:
push:
branches:
- main
jobs:
image-update:
name: Image digest update
runs-on: ubuntu-latest
permissions:
contents: write # Permissão para escrever no repositório
pull-requests: write # Permissão para abrir PRs
id-token: write # Necessário para solicitar o JWT (JSON Web Token)
steps:
- uses: actions/checkout@v4
- uses: chainguard-dev/[email protected]
with:
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
signoff: true
author: update-bot
committer: [email protected] # Define o email do autor do commit
labels-for-pr: automated pr, kind/cleanup, release-note-none
branch-for-pr: update-digests
title-for-pr: Update images digests
commit-message: Update images digests