Skip to content

Commit

Permalink
Merge pull request #5 from M4RC0Sx/develop
Browse files Browse the repository at this point in the history
ci: specify docker registry
  • Loading branch information
M4RC0Sx authored Feb 28, 2024
2 parents e9322b6 + 64680bb commit afa6f7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ jobs:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
DOCKER_REGISTRY_USER: ${{ secrets.DOCKER_USERNAME }}
DOCKER_REGISTRY_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
DOCKER_REGISTRY: "docker.io"
run: npx semantic-release
1 change: 1 addition & 0 deletions release.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ module.exports = {
"@codedependant/semantic-release-docker",
{
dockerImage: "clouddnsflare",
dockerRegistry: `${process.env.DOCKER_REGISTRY}`,
dockerTags: ["latest", "{{version}}"],
},
],
Expand Down

0 comments on commit afa6f7b

Please sign in to comment.