From 6fe6837f2465f91814204b95aaf7cd2e9bda3791 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Wed, 24 Jan 2024 11:28:04 +0100 Subject: [PATCH] docker build --- .gitea/workflows/build-image.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build-image.yaml b/.gitea/workflows/build-image.yaml index 96ce72c..df433c4 100644 --- a/.gitea/workflows/build-image.yaml +++ b/.gitea/workflows/build-image.yaml @@ -21,7 +21,7 @@ env: jobs: # Build job build: - runs-on: cth-ubuntu-latest + runs-on: ubuntu-latest steps: - name: Check out repository uses: https://github.com/actions/checkout@v4 @@ -51,6 +51,9 @@ jobs: - name: Compile website run: npm run build + publish: + runs-on: cth-ubuntu-latest + steps: - name: Set up Docker Buildx uses: https://github.com/docker/setup-buildx-action@v3