docker build
This commit is contained in:
parent
0380706ccf
commit
6fe6837f24
@ -21,7 +21,7 @@ env:
|
|||||||
jobs:
|
jobs:
|
||||||
# Build job
|
# Build job
|
||||||
build:
|
build:
|
||||||
runs-on: cth-ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
uses: https://github.com/actions/checkout@v4
|
uses: https://github.com/actions/checkout@v4
|
||||||
@ -51,6 +51,9 @@ jobs:
|
|||||||
- name: Compile website
|
- name: Compile website
|
||||||
run: npm run build
|
run: npm run build
|
||||||
|
|
||||||
|
publish:
|
||||||
|
runs-on: cth-ubuntu-latest
|
||||||
|
steps:
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: https://github.com/docker/setup-buildx-action@v3
|
uses: https://github.com/docker/setup-buildx-action@v3
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user