Skip to content

Commit

Permalink
Merge pull request #1034 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 14, 2025
2 parents ef3bad6 + 7f45a2d commit 2377641
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/push-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,14 @@ jobs:
include:
- SERVICE_LOCATION: 'artifacts'
SERVICE_NAME: 'artifactory-server'
SQUASH_LAYERS: '77'
fail-fast: false
name: ${{ matrix.SERVICE_NAME }}
uses: mosip/kattu/.github/workflows/docker-build.yml@master
with:
SERVICE_LOCATION: ${{ matrix.SERVICE_LOCATION }}
SERVICE_NAME: ${{ matrix.SERVICE_NAME }}
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 2377641

Please sign in to comment.