1 Commits

Author SHA1 Message Date
91a792d169 Add actions support for 4get docker image builds
Some checks failed
4get CI / build (push) Has been cancelled
2024-11-26 20:11:02 -03:00
2 changed files with 22 additions and 23 deletions

View File

@@ -2,7 +2,6 @@ name: '4get CI'
on:
workflow_dispatch:
pull_request:
push:
branches:
- '*'
@@ -34,7 +33,7 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
images: git.lolcat.ca/ckg/4get
images: git.lolcat.ca/lolcat/4get
tags: |
type=sha,format=short,prefix={{date 'YYYY.MM.DD'}}-,enable=${{ github.ref == format('refs/heads/{0}', 'master') }}
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'master') }}

View File

@@ -8,7 +8,7 @@ class config{
const VERSION = 8;
// Will be shown pretty much everywhere.
const SERVER_NAME = "RETARD";
const SERVER_NAME = "4get";
// Will be shown in <meta> tag on home page
const SERVER_SHORT_DESCRIPTION = "4get is a proxy search engine that doesn't suck.";