Skip to content

Commit 5e31592

Browse files
authoredMar 17, 2025··
Sugar 25 Implementation (#21)
* Replaced toothpaste with simpleRepair and fix tests * Added sugar folder * Fixed docker compose command * removing sugar9 workflows no longer supported * Sugar 25 Implementation * no longer supported * Fixed missing tests and build without push
1 parent 1fe9398 commit 5e31592

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+1423
-43
lines changed
 

‎.github/workflows/sugar11.yml

-22
This file was deleted.

‎.github/workflows/sugar12.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
- name: Set up Docker Buildx
4343
uses: docker/setup-buildx-action@v2
4444
- name: Login to DockerHub
45+
if: ${{ github.repository == 'sugarcrm-developers/SugarDockerized' }}
4546
uses: docker/login-action@v2
4647
with:
4748
username: ${{ secrets.DOCKERHUB_USERNAME }}
@@ -59,7 +60,7 @@ jobs:
5960
uses: docker/build-push-action@v4
6061
with:
6162
context: ${{ matrix.dockercontext }}
62-
push: true
63+
push: ${{ github.repository == 'sugarcrm-developers/SugarDockerized' && 'true' || 'false' }}
6364
platforms: 'linux/amd64,linux/arm64'
6465
tags: ${{ steps.meta.outputs.tags }}
6566
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)
Please sign in to comment.