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 }}