Skip to content

Commit f810276

Browse files
authored
Merge pull request #64 from mgfritch/fixup-slsa-provenance
Fixup SLSAv1 provenance image name
2 parents 7ea890d + ddbfc27 commit f810276

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,12 @@ jobs:
3636
- name: Build and push image
3737
uses: rancher/ecm-distro-tools/actions/publish-image@master
3838
with:
39-
image: rancher/hardened-node-feature-discovery
39+
image: hardened-node-feature-discovery
4040
tag: ${{ github.event.release.tag_name }}
4141
public-repo: rancher
4242
public-username: ${{ env.DOCKER_USERNAME }}
4343
public-password: ${{ env.DOCKER_PASSWORD }}
4444

45-
4645
prime-repo: rancher
4746
prime-registry: ${{ env.PRIME_REGISTRY }}
4847
prime-username: ${{ env.PRIME_REGISTRY_USERNAME }}

0 commit comments

Comments
 (0)