From 17d9be3b1595b8dacba3a59406c12b545a80c603 Mon Sep 17 00:00:00 2001 From: Brian Choromanski Date: Fri, 27 Mar 2026 17:51:53 -0400 Subject: [PATCH] fix: Updated commit hash for opencontainers revision (#7340) Co-authored-by: Michael Genson <71845777+michael-genson@users.noreply.github.com> --- .github/workflows/publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 006688228..162fda4f4 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -52,6 +52,7 @@ jobs: # Overwrite the image.version label with our tag labels: | org.opencontainers.image.version=${{ inputs.tag }} + org.opencontainers.image.revision=${{ inputs.ref || github.sha }} - name: Retrieve Python package uses: actions/download-artifact@v4