We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b73417c commit 3af805cCopy full SHA for 3af805c
.github/workflows/local-analysis.yaml
@@ -2,7 +2,7 @@ name: "Codacy Local Analysis"
2
3
on:
4
push:
5
- tags-ignore:
+ branches:
6
- '**'
7
8
jobs:
.github/workflows/release.yaml
@@ -38,6 +38,6 @@ jobs:
38
- name: Generate artifact attestation
39
uses: actions/attest-build-provenance@v1
40
with:
41
- subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}
+ subject-name: codingdepot/idp-target-registry
42
subject-digest: ${{ steps.push.outputs.digest }}
43
push-to-registry: true
0 commit comments