From 92ce10e86be2182b056a66ed76c8754adfba5b4b Mon Sep 17 00:00:00 2001 From: Zero Clover <13190004+ZeroClover@users.noreply.github.com> Date: Sun, 21 Sep 2025 07:31:26 +0800 Subject: [PATCH] feat: add image label to link with repo (cherry picked from commit 1cfa63fe005d53483db4891c56bfb586b8736a45) --- .github/workflows/auto-release-pipeline.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/auto-release-pipeline.yml b/.github/workflows/auto-release-pipeline.yml index 59ab62e5..ad5f2e01 100644 --- a/.github/workflows/auto-release-pipeline.yml +++ b/.github/workflows/auto-release-pipeline.yml @@ -417,7 +417,7 @@ jobs: - name: Build and push Docker image if: steps.check.outputs.needs_bump == 'true' - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . platforms: linux/amd64,linux/arm64 @@ -432,6 +432,7 @@ jobs: labels: | org.opencontainers.image.version=${{ steps.next_version.outputs.new_version }} org.opencontainers.image.revision=${{ github.sha }} + org.opencontainers.image.source=https://github.com/${{ github.repository }} cache-from: type=gha cache-to: type=gha,mode=max