Skip to content

Commit

Permalink
chore: correct docker image name
Browse files Browse the repository at this point in the history
  • Loading branch information
Vilsol committed May 28, 2024
1 parent 488aec0 commit 1ee1807
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,14 @@
[
"@semantic-release-plus/docker",
{
"name": "docker.io/restorecommerce/identity-srv",
"name": "docker.io/restorecommerce/ldap-srv",
"skipLogin": true
}
],
[
"@semantic-release-plus/docker",
{
"name": "ghcr.io/restorecommerce/identity-srv",
"name": "ghcr.io/restorecommerce/ldap-srv",
"skipLogin": true
}
]
Expand Down

0 comments on commit 1ee1807

Please sign in to comment.