Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 59d3e97ef0 |
@@ -130,6 +130,6 @@ jobs:
|
|||||||
tags: |
|
tags: |
|
||||||
registry.infra.mintel.me/mintel/${{ matrix.image }}:${{ github.ref_name }}
|
registry.infra.mintel.me/mintel/${{ matrix.image }}:${{ github.ref_name }}
|
||||||
registry.infra.mintel.me/mintel/${{ matrix.image }}:latest
|
registry.infra.mintel.me/mintel/${{ matrix.image }}:latest
|
||||||
cache-from: type=gha
|
cache-from: type=registry,ref=registry.infra.mintel.me/mintel/${{ matrix.image }}:buildcache
|
||||||
cache-to: type=gha,mode=max
|
cache-to: type=registry,ref=registry.infra.mintel.me/mintel/${{ matrix.image }}:buildcache,mode=max
|
||||||
|
|
||||||
|
|||||||
@@ -32,7 +32,8 @@ RUN --mount=type=cache,id=pnpm,target=/pnpm/store \
|
|||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
# Build Gatekeeper and its dependencies
|
# Build Gatekeeper and its dependencies
|
||||||
RUN pnpm --filter @mintel/gatekeeper... build
|
RUN --mount=type=cache,target=/app/packages/gatekeeper/.next/cache \
|
||||||
|
pnpm --filter @mintel/gatekeeper... build
|
||||||
RUN mkdir -p packages/gatekeeper/public
|
RUN mkdir -p packages/gatekeeper/public
|
||||||
|
|
||||||
# Step 2: Runner stage
|
# Step 2: Runner stage
|
||||||
|
|||||||
Reference in New Issue
Block a user