Skip to content

Commit

Permalink
Merge pull request #806 from Rakshithb1/develop
Browse files Browse the repository at this point in the history
[MOSIP-35637] added sqaush layers
  • Loading branch information
ckm007 authored Feb 17, 2025
2 parents 68bfd93 + 803238f commit b541362
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/push-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,22 +56,27 @@ jobs:
- SERVICE_LOCATION: 'pre-registration/pre-registration-application-service'
SERVICE_NAME: 'pre-registration-application-service'
BUILD_ARTIFACT: 'pre-registration'
SQUASH_LAYERS: '10'
- SERVICE_LOCATION: 'pre-registration/pre-registration-batchjob'
SERVICE_NAME: 'pre-registration-batchjob'
BUILD_ARTIFACT: 'pre-registration'
SQUASH_LAYERS: '10'
- SERVICE_LOCATION: 'pre-registration/pre-registration-datasync-service'
SERVICE_NAME: 'pre-registration-datasync-service'
BUILD_ARTIFACT: 'pre-registration'
SQUASH_LAYERS: '10'
- SERVICE_LOCATION: 'pre-registration/pre-registration-captcha-service'
SERVICE_NAME: 'pre-registration-captcha-service'
BUILD_ARTIFACT: 'pre-registration'
SQUASH_LAYERS: '10'
fail-fast: false
name: ${{ matrix.SERVICE_NAME }}
uses: mosip/kattu/.github/workflows/docker-build.yml@master-java21
with:
SERVICE_LOCATION: ${{ matrix.SERVICE_LOCATION }}
SERVICE_NAME: ${{ matrix.SERVICE_NAME }}
BUILD_ARTIFACT: ${{ matrix.BUILD_ARTIFACT }}
SQUASH_LAYERS: ${{ matrix.SQUASH_LAYERS }}
secrets:
DEV_NAMESPACE_DOCKER_HUB: ${{ secrets.DEV_NAMESPACE_DOCKER_HUB }}
ACTOR_DOCKER_HUB: ${{ secrets.ACTOR_DOCKER_HUB }}
Expand Down

0 comments on commit b541362

Please sign in to comment.