Skip to content

Commit

Permalink
Overwrite OCI Image Specification source label to enable release note…
Browse files Browse the repository at this point in the history
… fetching for Renovate and Dependabot
  • Loading branch information
mpgirro committed Sep 26, 2024
1 parent 2aa723c commit 1d693ae
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,11 @@ jobs:
tags: |
type=raw,value=${{ steps.extract-version.outputs.PIHOLE_VERSION }}
type=raw,value=latest
# Set the OCI Image Specification source label to the base image repository, to enable tools
# like Renovate and Dependabot to automatically fetch release notes for new versions.
# We cannot use https://github.com/pi-hole/pi-hole directly, since it uses a different versioning scheme.
labels: |
org.opencontainers.image.source=https://github.com/pi-hole/docker-pi-hole
# Build and push Docker image with Buildx (don't push on PR)
# https://github.com/docker/build-push-action
Expand Down

0 comments on commit 1d693ae

Please sign in to comment.