From 2a7746c8653e567335e8f1c5aad0dc3f0980ffd0 Mon Sep 17 00:00:00 2001 From: shreyas-goenka <88374338+shreyas-goenka@users.noreply.github.com> Date: Tue, 16 Apr 2024 15:40:47 +0530 Subject: [PATCH] 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 --- .github/workflows/release-snapshot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-snapshot.yml b/.github/workflows/release-snapshot.yml index d092a669..bd89417e 100644 --- a/.github/workflows/release-snapshot.yml +++ b/.github/workflows/release-snapshot.yml @@ -30,7 +30,7 @@ jobs: uses: goreleaser/goreleaser-action@v4 with: version: latest - args: release --snapshot + args: release --snapshot --skip docker - name: Upload macOS binaries uses: actions/upload-artifact@v3