Skip to content

Commit

Permalink
Merge pull request #7 from M4RC0Sx/develop
Browse files Browse the repository at this point in the history
chore: disable docker autoclean on semantic-release due to a crash on…
  • Loading branch information
M4RC0Sx authored Feb 28, 2024
2 parents 30c60bc + 73d6abf commit 1c5b566
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions release.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ module.exports = {
dockerImage: "m4rc0sx/clouddnsflare",
dockerRegistry: `${process.env.DOCKER_REGISTRY}`,
dockerTags: ["latest", "{{version}}"],
dockerAutoClean: false
},
],
[
Expand Down

0 comments on commit 1c5b566

Please sign in to comment.