mirror of
https://github.com/Mercantec-GHC/h5-projekt-mst.git
synced 2026-08-27 05:37:39 +02:00
use custom ci image
This commit is contained in:
parent
b7831d9497
commit
56e3999c1e
2
.github/workflows/verify.yml
vendored
2
.github/workflows/verify.yml
vendored
@ -9,7 +9,7 @@ on:
|
||||
jobs:
|
||||
verify:
|
||||
runs-on: ubuntu-latest
|
||||
container: gcc:15
|
||||
container: sfja/h5-mst-ci-backend
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
3
backend/ci-container/Dockerfile
Normal file
3
backend/ci-container/Dockerfile
Normal file
@ -0,0 +1,3 @@
|
||||
FROM alpine:3.14
|
||||
RUN apk add gcc llvm
|
||||
|
||||
10
backend/ci-container/publish.sh
Executable file
10
backend/ci-container/publish.sh
Executable file
@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
tag=sfja/h5-mst-ci-backend
|
||||
|
||||
set -xe
|
||||
|
||||
docker build -t $tag .
|
||||
|
||||
docker push $tag
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user