Skip to content

Commit

Permalink
UI Docker build fix - github workflow error
Browse files Browse the repository at this point in the history
  • Loading branch information
nagstler committed Apr 27, 2024
1 parent 0dbb0b0 commit da5480e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ui-docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,4 @@ jobs:
${{ env.IMAGE_NAME }}:${{ env.IMAGE_TAG }}
${{ env.IMAGE_NAME }}:${{ github.sha }}
platforms: linux/amd64,linux/arm64
no-cache: true
1 change: 1 addition & 0 deletions .github/workflows/ui-docker-hub-push-tags.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,4 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
platforms: linux/amd64,linux/arm64
no-cache: true
2 changes: 1 addition & 1 deletion ui/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ WORKDIR /app
COPY package*.json ./

# Install dependencies
RUN npm install
RUN npm ci

# Copy the rest of your application code
COPY . .
Expand Down

0 comments on commit da5480e

Please sign in to comment.