Skip to content

Commit d6fc610

Browse files
committed
change image to mongodb-probe-app
1 parent 0b4ed50 commit d6fc610

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ jobs:
6161
uses: appany/[email protected]
6262
with:
6363
name: mongodb-probe
64-
repository: mongodb-probe
64+
repository: ${{ github.repository }}
6565
tag: 0.0.1
6666
path: chart/mongodb-probe # Default charts/{name}
67-
registry: ${{ env.REGISTRY }}
67+
registry: ghcr.io
6868
registry_username: ${{ github.actor }}
6969
registry_password: ${{ secrets.GITHUB_TOKEN }}
7070
update_dependencies: "true" # Defaults to false

0 commit comments

Comments
 (0)