mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2025-09-26 18:10:10 +00:00
CD - Add GitHub Action to push Docker image to Docker Hub (#275)
* CD - Add GitHub Action to push Docker image to Docker Hub * BUILD - Reduce size of image by using slim version of Debian * CI - Modify Push Docker Image action to build and push Docker image to linux/amd64 and linux/arm64 architectures
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# build
|
||||
FROM debian:latest as build
|
||||
FROM debian:stable-slim as build
|
||||
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
@@ -17,7 +17,7 @@ COPY Makefile CMakeLists.txt version.h.in ./
|
||||
RUN make -j8
|
||||
|
||||
# prod
|
||||
FROM debian:latest
|
||||
FROM debian:stable-slim
|
||||
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
|
Reference in New Issue
Block a user