mirror of https://github.com/databricks/cli.git
Skip building docker images in release snapshot workflow (#1367)
## Changes We don't need docker images for the snapshot version of the CLI. ## Tests Trigged workflow for snapshot passes. https://github.com/databricks/cli/actions/runs/8703599475/job/23870125852?pr=1367
This commit is contained in:
parent
b71f853649
commit
2a7746c865
|
@ -30,7 +30,7 @@ jobs:
|
||||||
uses: goreleaser/goreleaser-action@v4
|
uses: goreleaser/goreleaser-action@v4
|
||||||
with:
|
with:
|
||||||
version: latest
|
version: latest
|
||||||
args: release --snapshot
|
args: release --snapshot --skip docker
|
||||||
|
|
||||||
- name: Upload macOS binaries
|
- name: Upload macOS binaries
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
|
|
Loading…
Reference in New Issue