From 3bf7895431aec0a7e4abc91ee758da4fd94d4a6e Mon Sep 17 00:00:00 2001 From: Pavel Kotelevsky Date: Thu, 9 Mar 2023 11:17:19 +0100 Subject: [PATCH] clean up --- .github/workflows/RELEASE.yaml | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/RELEASE.yaml b/.github/workflows/RELEASE.yaml index 481ce79567..ff9625cafc 100644 --- a/.github/workflows/RELEASE.yaml +++ b/.github/workflows/RELEASE.yaml @@ -142,7 +142,7 @@ jobs: uses: docker/build-push-action@v4 with: context: bundle/mvn/default-bundle/ - push: true #${{ github.ref == 'refs/heads/main' }} + push: ${{ github.ref == 'refs/heads/main' }} tags: camunda/connectors-bundle:${{ github.event.inputs.version }} platforms: linux/amd64,linux/arm64 provenance: false @@ -151,7 +151,7 @@ jobs: uses: docker/build-push-action@v4 with: context: bundle/mvn/camunda-saas-bundle/ - push: true #${{ github.ref == 'refs/heads/main' }} + push: ${{ github.ref == 'refs/heads/main' }} tags: camunda/connectors-bundle-saas:${{ github.event.inputs.version }} platforms: linux/amd64,linux/arm64 provenance: false diff --git a/pom.xml b/pom.xml index dee78829f0..538b01e973 100644 --- a/pom.xml +++ b/pom.xml @@ -231,7 +231,7 @@ true zeebe-snapshots - Connectors Snapshot Repository + Zeebe Snapshot Repository https://artifacts.camunda.com/artifactory/zeebe-io-snapshots/