From 28631619e7e6c347c0d5530aeacd9a844537d0f3 Mon Sep 17 00:00:00 2001 From: Shubham Sharma <83682340+shubms@users.noreply.github.com> Date: Sun, 8 Dec 2024 03:19:40 +0530 Subject: [PATCH] build cache --- .github/workflows/build.yml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0eb9214..7895475 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -56,20 +56,20 @@ jobs: oci: true layers: true - - name: Push To GHCR - uses: redhat-actions/push-to-registry@v2 - id: push - env: - SIGNING_KEY: ${{ secrets.SIGNING_KEY }} - with: - image: ${{ steps.build.outputs.image }} - tags: ${{ steps.build.outputs.tags }} - registry: | - ${{ env.REGISTRY }}/${{ github.repository_owner }} - username: ${{ github.repository_owner }} - password: ${{ github.token }} - extra-args: | - --sign-by-sigstore=env://SIGNING_KEY + # - name: Push To GHCR + # uses: redhat-actions/push-to-registry@v2 + # id: push + # env: + # SIGNING_KEY: ${{ secrets.SIGNING_KEY }} + # with: + # image: ${{ steps.build.outputs.image }} + # tags: ${{ steps.build.outputs.tags }} + # registry: | + # ${{ env.REGISTRY }}/${{ github.repository_owner }} + # username: ${{ github.repository_owner }} + # password: ${{ github.token }} + # extra-args: | + # --sign-by-sigstore=env://SIGNING_KEY - name: Cleanup old images uses: actions/delete-package-versions@v5