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

This commit is contained in:
Julien Fastré 2024-01-24 11:20:37 +01:00
parent 4d20ff60e2
commit 0380706ccf
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB

View File

@ -21,7 +21,7 @@ env:
jobs:
# Build job
build:
runs-on: ubuntu-latest
runs-on: cth-ubuntu-latest
steps:
- name: Check out repository
uses: https://github.com/actions/checkout@v4