Skip to content

Update gcr.io/distroless/base-debian12:debug-nonroot Docker digest to a673016 #29

Update gcr.io/distroless/base-debian12:debug-nonroot Docker digest to a673016

Update gcr.io/distroless/base-debian12:debug-nonroot Docker digest to a673016 #29

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" ]
env:
# Use docker.io for Docker Hub if empty
REGISTRY: ghcr.io
# github.repository as <account>/<repo>
IMAGE_NAME: ${{ github.repository }}
jobs:
update_tag:
if: >-
github.event.pull_request.merged == true &&
contains(github.event.pull_request.labels.*.name, 'renovate_publish')
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: butlerlogic/action-autotag@a825539276d173dbaa8d39fb45024d85d292f4f3 # 1.1.2
env:
GITHUB_TOKEN: "${{ secrets.TAGGING_TOKEN }}"
with:
strategy: regex
root: "Dockerfile"
regex_pattern: "SCW_VERSION=(\\d+\\.\\d+\\.\\d+)"
tag_prefix: "v"