From d9bad2941a13d0c6b33e9ac610fe90723bc228fb Mon Sep 17 00:00:00 2001 From: "renovate-sh-app[bot]" <219655108+renovate-sh-app[bot]@users.noreply.github.com> Date: Fri, 7 Nov 2025 09:03:40 +0000 Subject: [PATCH] chore(deps): update grafana/shared-workflows/ action to Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> --- .github/workflows/build-and-push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-push.yml b/.github/workflows/build-and-push.yml index 680ce1d..47ac05f 100644 --- a/.github/workflows/build-and-push.yml +++ b/.github/workflows/build-and-push.yml @@ -25,7 +25,7 @@ jobs: echo "DOCKER_TAG=$(cat .tag)" >> $GITHUB_ENV - name: Build And Push - uses: grafana/shared-workflows/actions/push-to-gar-docker@fa48192dac470ae356b3f7007229f3ac28c48a25 # main + uses: grafana/shared-workflows/actions/push-to-gar-docker@273c085fd3c84eb8f2ad9a1d5572818bc2040061 # main with: # Don't push from forks push: ${{ github.ref_name == 'main' || github.event.pull_request.head.repo.full_name == github.repository }}