Compare commits

...

4 commits

Author SHA1 Message Date
f68a38c762 Update mariadb Docker tag to v12.3.2
Some checks failed
images.yml / chore(deps): update mariadb docker tag to v12.2.2 (pull_request) Failing after 0s
Build (and tag) Images / build (push) Failing after 1m3s
2026-06-01 23:46:49 +00:00
954b534b10
fix: Handles pushed to all branches
Some checks failed
Build (and tag) Images / build (push) Failing after 1m2s
2026-03-10 20:55:27 +01:00
17c6946361
fix: Resolves syntax error
Some checks failed
images.yml / fix: Resolves syntax error (push) Failing after 0s
2026-03-10 20:54:46 +01:00
8775e3fc17
fix: Changes to docker pool
Some checks failed
images.yml / fix: Changes to `docker` pool (push) Failing after 0s
2026-03-10 20:53:02 +01:00
2 changed files with 3 additions and 4 deletions

View file

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

View file

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