diff --git a/.github/workflows/nightly_build.yaml b/.github/workflows/nightly_build.yaml index d743e3e..886bc89 100644 --- a/.github/workflows/nightly_build.yaml +++ b/.github/workflows/nightly_build.yaml @@ -22,7 +22,7 @@ jobs: with: cosign-release: v2.6.3 - name: Install regctl - uses: regclient/actions/regctl-installer@14f9d37db17b5dc41fefd1ffdd1af4b9e2490560 # main + uses: regclient/actions/regctl-installer@4b4db1dcc7dad75ad67a788a380f75a20cc8a040 # main - name: Build images run: make docker-build - name: Log in to GHCR diff --git a/.github/workflows/pr_build.yaml b/.github/workflows/pr_build.yaml index bfaeebe..b7209fc 100644 --- a/.github/workflows/pr_build.yaml +++ b/.github/workflows/pr_build.yaml @@ -37,7 +37,7 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v4 - name: Install regctl - uses: regclient/actions/regctl-installer@14f9d37db17b5dc41fefd1ffdd1af4b9e2490560 # main + uses: regclient/actions/regctl-installer@4b4db1dcc7dad75ad67a788a380f75a20cc8a040 # main - name: Build image run: make docker-build - name: Export images @@ -71,7 +71,7 @@ jobs: - name: Checkout uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 - name: Install regctl - uses: regclient/actions/regctl-installer@14f9d37db17b5dc41fefd1ffdd1af4b9e2490560 # main + uses: regclient/actions/regctl-installer@4b4db1dcc7dad75ad67a788a380f75a20cc8a040 # main - name: Download archived images uses: actions/download-artifact@v8 with: diff --git a/.github/workflows/release_build.yaml b/.github/workflows/release_build.yaml index 32e54b8..7be82b2 100644 --- a/.github/workflows/release_build.yaml +++ b/.github/workflows/release_build.yaml @@ -37,7 +37,7 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v4 - name: Install regctl - uses: regclient/actions/regctl-installer@14f9d37db17b5dc41fefd1ffdd1af4b9e2490560 # main + uses: regclient/actions/regctl-installer@4b4db1dcc7dad75ad67a788a380f75a20cc8a040 # main - name: Build image run: make docker-build - name: Export images @@ -71,7 +71,7 @@ jobs: - name: Checkout uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 - name: Install regctl - uses: regclient/actions/regctl-installer@14f9d37db17b5dc41fefd1ffdd1af4b9e2490560 # main + uses: regclient/actions/regctl-installer@4b4db1dcc7dad75ad67a788a380f75a20cc8a040 # main - name: Download archived images uses: actions/download-artifact@v8 with: @@ -101,7 +101,7 @@ jobs: with: cosign-release: v2.6.3 - name: Install regctl - uses: regclient/actions/regctl-installer@14f9d37db17b5dc41fefd1ffdd1af4b9e2490560 # main + uses: regclient/actions/regctl-installer@4b4db1dcc7dad75ad67a788a380f75a20cc8a040 # main - name: Download archived images uses: actions/download-artifact@v8 with: