Fix CI
This commit is contained in:
parent
2d0d9c69e3
commit
136f5bbb5a
@ -6,6 +6,7 @@ on:
|
||||
jobs:
|
||||
build-glibc:
|
||||
name: Build backend-glibc
|
||||
runs-on: 'docker'
|
||||
container:
|
||||
image: rust:bullseye
|
||||
steps:
|
||||
@ -20,6 +21,7 @@ jobs:
|
||||
path: backend/target/release/backend_rust
|
||||
build-muslc:
|
||||
name: Build backend-muslc
|
||||
runs-on: 'docker'
|
||||
contianer:
|
||||
image: rust:alpine
|
||||
steps:
|
||||
@ -36,6 +38,7 @@ jobs:
|
||||
path: backend/target/release/backend_rust
|
||||
build-frontend:
|
||||
name: Build frontend
|
||||
runs-on: 'docker'
|
||||
container:
|
||||
image: node:current-alpine
|
||||
steps:
|
||||
@ -56,6 +59,7 @@ jobs:
|
||||
path: frontend/dist/*
|
||||
package:
|
||||
name: Package builds
|
||||
runs-on: 'docker'
|
||||
container:
|
||||
image: alpine:latest
|
||||
needs: [build-glibc, build-muslc, build-frontend]
|
||||
|
@ -0,0 +1,5 @@
|
||||
on:
|
||||
push:
|
||||
tags: '*'
|
||||
|
||||
jobs: {}
|
Loading…
Reference in New Issue
Block a user