Skip to content

Commit

Permalink
fix build process
Browse files Browse the repository at this point in the history
  • Loading branch information
mms-gianni committed Jan 18, 2024
1 parent aeddae5 commit 541dd11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/docker-prerelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ jobs:
context: .
push: true
tags: ${{ steps.kubero-meta.outputs.tags }}
build-args: VERSION=${{ inputs.version }}
platforms: linux/amd64
labels: ${{ steps.kubero-meta.outputs.labels }}

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ COPY --from=build /build/server/node_modules /app/server/node_modules
COPY --from=build /build/server/swagger.json /app/swagger.json


RUN echo $VERSION > VERSION
RUN echo $VERSION > /app/server/VERSION

WORKDIR /app/server

Expand Down

0 comments on commit 541dd11

Please sign in to comment.