Skip to content

Update alpine:3.20.3 Docker digest to 1e42bbe #28

Update alpine:3.20.3 Docker digest to 1e42bbe

Update alpine:3.20.3 Docker digest to 1e42bbe #28

Workflow file for this run

name: Auto-Tag
# 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:
pull_request:
types: [ "closed" ]
jobs:
update_tag:
permissions:
contents: write
uses: rwunderer/renovate/.github/workflows/reusable-auto-tag.yml@main
with:
regex-pattern: "SCW_VERSION=(\\d+\\.\\d+\\.\\d+)"
tag-prefix: "v"
secrets: inherit