Skip to content

Commit

Permalink
aio file name changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mguptahub committed Jun 25, 2024
1 parent 1ee0452 commit c45991a
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-aio-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
uses: docker/[email protected]
with:
context: ./aio
file: ./aio/Dockerfile-full-base
file: ./aio/Dockerfile-base-full
platforms: ${{ env.BUILDX_PLATFORMS }}
tags: ${{ env.BASE_IMG_TAG }}
push: true
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
uses: docker/[email protected]
with:
context: ./aio
file: ./aio/Dockerfile-slim-base
file: ./aio/Dockerfile-base-slim
platforms: ${{ env.BUILDX_PLATFORMS }}
tags: ${{ env.BASE_IMG_TAG }}
push: true
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion aio/Dockerfile-full
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ RUN yarn turbo run build
# STAGE 3: Copy the project and start it
# *****************************************************************************
# FROM makeplane/plane-aio-base AS runner
FROM makeplane/plane-aio-full-base:develop AS runner
FROM makeplane/plane-aio-base-full:develop AS runner

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion aio/Dockerfile-slim
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ RUN yarn turbo run build
# STAGE 3: Copy the project and start it
# *****************************************************************************
# FROM makeplane/plane-aio-base AS runner
FROM makeplane/plane-aio-slim-base:develop AS runner
FROM makeplane/plane-aio-base-slim:develop AS runner

WORKDIR /app

Expand Down

0 comments on commit c45991a

Please sign in to comment.