Skip to content

Commit c595ce9

Browse files
author
Robert Haimerl
committed
more workflow improvements
1 parent 2d0dc9b commit c595ce9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/local-analysis.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: "Codacy Local Analysis"
22

33
on:
44
push:
5-
tags-ignore:
5+
branches:
66
- '**'
77

88
jobs:

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ jobs:
3838
- name: Generate artifact attestation
3939
uses: actions/attest-build-provenance@v1
4040
with:
41-
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}
41+
subject-name: codingdepot/idp-target-registry
4242
subject-digest: ${{ steps.push.outputs.digest }}
4343
push-to-registry: true

0 commit comments

Comments
 (0)