Skip to content

Update gcr.io/distroless/static-debian12:nonroot Docker digest to 42d… #524

Update gcr.io/distroless/static-debian12:nonroot Docker digest to 42d…

Update gcr.io/distroless/static-debian12:nonroot Docker digest to 42d… #524

name: Docker Publish
# 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:
schedule:
- cron: '23 11 * * *'
push:
branches: [ "main", "github-renovate/*" ]
# Publish semver tags as releases.
tags: [ 'v*.*.*' ]
pull_request:
branches: [ "main", "github-renovate/*" ]
jobs:
build:
permissions:
contents: read
packages: write
# This is used to complete the identity challenge
# with sigstore/fulcio when running outside of PRs.
id-token: write
strategy:
matrix:
image:
- minimal
- debug
include:
- suffix: -minimal
target: hcloud-cli-minimal
- suffix: -debug
target: hcloud-cli-debug
uses: rwunderer/renovate/.github/workflows/reusable-docker-publish.yml@main
with:
suffix: ${{ matrix.suffix }}
target: ${{ matrix.target }}
docker-description: Minimal Docker image with Hetzner cli utility
secrets: inherit