We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7ea890d + ddbfc27 commit f810276Copy full SHA for f810276
.github/workflows/release.yml
@@ -36,13 +36,12 @@ jobs:
36
- name: Build and push image
37
uses: rancher/ecm-distro-tools/actions/publish-image@master
38
with:
39
- image: rancher/hardened-node-feature-discovery
+ image: hardened-node-feature-discovery
40
tag: ${{ github.event.release.tag_name }}
41
public-repo: rancher
42
public-username: ${{ env.DOCKER_USERNAME }}
43
public-password: ${{ env.DOCKER_PASSWORD }}
44
45
-
46
prime-repo: rancher
47
prime-registry: ${{ env.PRIME_REGISTRY }}
48
prime-username: ${{ env.PRIME_REGISTRY_USERNAME }}
0 commit comments