Skip to content

Commit

Permalink
fix ci build failed
Browse files Browse the repository at this point in the history
  • Loading branch information
yoli799480165 committed Nov 27, 2024
1 parent 4704412 commit 00c7bf9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Check Building ⚙
working-directory: ./docker
run: |
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
uses: dawidd6/action-get-tag@v1
with:
strip_v: true
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Docker Build
working-directory: ./docker
run: |
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.server
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM mcr.microsoft.com/dotnet/aspnet:9.0 AS base

FROM --platform=$BUILDPLATFORM docker.flexem.com/library/node:20.12.2 AS node
FROM --platform=$BUILDPLATFORM node:20.12.2 AS node
ARG TARGETARCH
WORKDIR /build
COPY dashboard dashboard
Expand Down

0 comments on commit 00c7bf9

Please sign in to comment.