2 Commits

Author SHA1 Message Date
75e8d44c13 fuck
Some checks failed
4get CI / build (push) Has been cancelled
4get CI / build (pull_request) Failing after 18s
2024-11-26 18:56:51 -03:00
f74c3c1a04 Add actions support for 4get docker image builds
All checks were successful
4get CI / build (push) Successful in 34s
2024-11-26 18:55:54 -03:00
2 changed files with 23 additions and 22 deletions

View File

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

View File

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