Merge pull request 'main' (#1) from sites/file-explorer:main into main

Reviewed-on: #1
This commit is contained in:
We ball 2024-12-20 06:54:18 +00:00
commit 4826805f57
2 changed files with 6 additions and 6 deletions

View File

@ -7,8 +7,8 @@ xdebug_enabled: false
additional_hostnames: [] additional_hostnames: []
additional_fqdns: [] additional_fqdns: []
database: database:
type: mariadb type: postgres
version: "10.11" version: "17"
use_dns_when_possible: true use_dns_when_possible: true
composer_version: "2" composer_version: "2"
web_environment: [] web_environment: []

View File

@ -7,10 +7,10 @@ on:
- main - main
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: remote
steps: steps:
- uses: actions/checkout@v4 - uses: https://git.simonis.lol/actions/checkout@v4
- uses: docker/login-action@v1 - uses: https://git.simonis.lol/actions/login@v1
with: with:
registry: git.simonis.lol registry: git.simonis.lol
username: ${{ vars.DOCKER_USER }} username: ${{ vars.DOCKER_USER }}
@ -20,4 +20,4 @@ jobs:
run: docker build -t git.simonis.lol/sites/file-explorer:latest . run: docker build -t git.simonis.lol/sites/file-explorer:latest .
- name: push - name: push
run: docker push git.simonis.lol/sites/file-explorer:latest run: docker push git.simonis.lol/sites/file-explorer:latest