Use non self hosted workers

This commit is contained in:
Ben Sarmiento
2023-12-09 16:01:59 +01:00
parent aa1a514663
commit a817396901
3 changed files with 5 additions and 5 deletions

View File

@@ -8,7 +8,7 @@ on:
jobs:
build:
name: Build
runs-on: self-hosted
runs-on: ubuntu-latest
permissions:
contents: read
packages: write

View File

@@ -8,7 +8,7 @@ on:
jobs:
build-and-push-image:
name: Docker Build
runs-on: self-hosted
runs-on: ubuntu-latest
permissions:
contents: read
packages: write

View File

@@ -401,9 +401,9 @@ func (zr *ZurgRouter) rootHandler(resp http.ResponseWriter, req *http.Request, p
</table>
`
out = fmt.Sprintf(out,
version.GetVersion(),
version.GetBuiltAt(),
version.GetGitCommit(),
response.Version,
response.BuiltAt,
response.GitCommit,
response.Dav,
response.Dav,
response.Html,