diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..f6a87d2 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @castrojo diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9ef8328..b030562 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -108,7 +108,7 @@ jobs: env: TAGS: ${{ steps.push.outputs.digest }} COSIGN_PRIVATE_KEY: ${{secrets.SIGNING_SECRET}} - COSIGN_EXPERIMENTAL: true + COSIGN_EXPERIMENTAL: false - name: Echo outputs run: | echo "${{ toJSON(steps.push.outputs) }}"