docker build
Some checks failed
Build an image to deploy website / build (push) Failing after 1m42s

This commit is contained in:
Julien Fastré 2024-01-24 13:09:22 +01:00
parent 67da48126f
commit c1684a9a87
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB

View File

@ -21,7 +21,7 @@ env:
jobs: jobs:
# Build job # Build job
build: build:
runs-on: ubuntu-latest runs-on: cth-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,10 +51,6 @@ jobs:
- name: Compile website - name: Compile website
run: npm run build run: npm run build
publish:
runs-on: cth-ubuntu-latest
needs: build
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