Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
AliasBretaud committed May 7, 2024
2 parents 4936e18 + 5b8a220 commit 6aec09e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v5
with:
platforms: linux/amd64,linux/arm64/v8
push: true
tags: fbrtd/kanjibox-front:latest
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM node:18-alpine AS base
FROM --platform=$BUILDPLATFORM node:18-alpine AS base
ARG BUILDPLATFORM

# Install dependencies only when needed
FROM base AS deps
Expand Down

0 comments on commit 6aec09e

Please sign in to comment.