Skip to content

Commit

Permalink
ci: try fix Composite.Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
morbalint authored Mar 8, 2024
1 parent 8f9d0f1 commit 5f56f34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Kemkas.Web/Composite.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ EXPOSE 443
ARG FE_TAG=latest
ARG BE_TAG=latest

FROM ghcr.io/morbalint/kemkas-fe:${FE_TAG} as frontend
FROM ghcr.io/morbalint/kemkas-be:${BE_TAG} as backend
FROM ghcr.io/morbalint/kemkas-fe:$FE_TAG as frontend
FROM ghcr.io/morbalint/kemkas-be:$BE_TAG as backend

FROM base AS final
COPY --from=backend /app .
Expand Down

0 comments on commit 5f56f34

Please sign in to comment.