Compare commits

..

1 commit

Author SHA1 Message Date
803fb1bde9 chore(deps): update mariadb docker tag to v12.2.2
Some checks failed
images.yml / chore(deps): update mariadb docker tag to v12.1.2 (pull_request) Failing after 0s
images.yml / chore(deps): update mariadb docker tag to v12.2.2 (push) Failing after 0s
images.yml / chore(deps): update mariadb docker tag to v12.2.2 (pull_request) Failing after 0s
2026-02-16 13:32:53 +00:00
2 changed files with 4 additions and 3 deletions

View file

@ -2,11 +2,12 @@ name: Build (and tag) Images
on:
push:
workflow_dispatch:
branches:
workflow_dispatch:
jobs:
build:
runs-on: docker
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4

View file

@ -1,6 +1,6 @@
services:
db:
image: mariadb:12.3.2
image: mariadb:12.2.2
command: --max_allowed_packet=3250585600
environment:
MYSQL_ROOT_PASSWORD: rootpassword # ${{secrets.MYSQL_ROOT_PASSWORD}}