From a0e67534c79ed11c6c435d0f075762cf0c6c39f6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 17:13:56 +0000 Subject: [PATCH] Update infrabits/ci-pack digest to c72247f --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/renovate_release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7596269..99999a5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - name: Build container - uses: infrabits/ci-pack@e6fda6bd38b30aed25d3203d7559b756d75d884c # main + uses: infrabits/ci-pack@c72247fc9ba1598090115c1d099e5c779b8bc79c # main with: github-token: ${{ secrets.GITHUB_TOKEN }} image: ghcr.io/${{ github.repository }}:${{ github.sha }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 53f948d..7b67b2b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - name: Build container - uses: infrabits/ci-pack@e6fda6bd38b30aed25d3203d7559b756d75d884c # main + uses: infrabits/ci-pack@c72247fc9ba1598090115c1d099e5c779b8bc79c # main with: github-token: ${{ secrets.GITHUB_TOKEN }} image: ghcr.io/${{ github.repository }}:${{ github.ref_name }} diff --git a/.github/workflows/renovate_release.yml b/.github/workflows/renovate_release.yml index 0c55e46..3766bb3 100644 --- a/.github/workflows/renovate_release.yml +++ b/.github/workflows/renovate_release.yml @@ -22,7 +22,7 @@ jobs: - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - name: Build container - uses: infrabits/ci-pack@e6fda6bd38b30aed25d3203d7559b756d75d884c # main + uses: infrabits/ci-pack@c72247fc9ba1598090115c1d099e5c779b8bc79c # main with: github-token: ${{ secrets.GITHUB_TOKEN }} image: ghcr.io/${{ github.repository }}:${{ needs.renovate-release.outputs.tag_name }}