We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b4ed50 commit d6fc610Copy full SHA for d6fc610
.github/workflows/maven.yml
@@ -61,10 +61,10 @@ jobs:
61
uses: appany/[email protected]
62
with:
63
name: mongodb-probe
64
- repository: mongodb-probe
+ repository: ${{ github.repository }}
65
tag: 0.0.1
66
path: chart/mongodb-probe # Default charts/{name}
67
- registry: ${{ env.REGISTRY }}
+ registry: ghcr.io
68
registry_username: ${{ github.actor }}
69
registry_password: ${{ secrets.GITHUB_TOKEN }}
70
update_dependencies: "true" # Defaults to false
0 commit comments