Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
chillleader committed Mar 9, 2023
1 parent 43d1be5 commit b6e0c8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/RELEASE.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@
<enabled>true</enabled>
</snapshots>
<id>zeebe-snapshots</id>
<name>Connectors Snapshot Repository</name>
<name>Zeebe Snapshot Repository</name>
<url>https://artifacts.camunda.com/artifactory/zeebe-io-snapshots/</url>
</repository>
</repositories>
Expand Down

0 comments on commit b6e0c8b

Please sign in to comment.