Compare commits

..

No commits in common. "4826805f5771b4f730d4d1cb3796ee71e2fc11ed" and "12730b8bcdf41728b5fdbefd856e0263c45d010e" have entirely different histories.

2 changed files with 6 additions and 6 deletions

View File

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

View File

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