@codedependant/semantic-release-docker 6.1.1 → 7.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Semantic Release Docker
2
2
 
3
+ # [7.0.0](https://github.com/esatterwhite/semantic-release-docker/compare/v6.1.1...v7.0.0) (2026-04-29)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **docker**: specify an output type during buildx dry run [6508e76](https://github.com/esatterwhite/semantic-release-docker/commit/6508e76483347c51cf3a32b40e8fd3ab2fabdc20) - Eric Satterwhite
9
+
10
+
11
+ ### **BREAKING CHANGES**
12
+
13
+ * **docker:** buildx dry-run will specifiy --output type=cacheonly
14
+
3
15
  ## [6.1.1](https://github.com/esatterwhite/semantic-release-docker/compare/v6.1.0...v6.1.1) (2026-04-07)
4
16
 
5
17
 
@@ -203,6 +203,7 @@ class Image {
203
203
  this.flag('pull', null)
204
204
  if (this.opts.dry_run || !this.opts.publish) {
205
205
  this.opts.flags.delete('push')
206
+ this.flag('output', 'type=cacheonly')
206
207
  } else {
207
208
  this.flag('push', null)
208
209
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@codedependant/semantic-release-docker",
3
3
  "private": false,
4
- "version": "6.1.1",
4
+ "version": "7.0.0",
5
5
  "description": "docker package",
6
6
  "main": "index.js",
7
7
  "files": [