uprava workflow
Some checks failed
build / docker-build-check (push) Failing after 11s
test / smoke-test (push) Successful in 12s

This commit is contained in:
Dusan Vojacek
2026-04-04 17:48:38 +02:00
parent f4368e1000
commit 4f57849c05
2 changed files with 19 additions and 2 deletions

View File

@@ -0,0 +1,13 @@
name: build
on:
push:
branches:
- main
jobs:
docker-build-check:
runs-on: ubuntu-latest
steps:
- run: echo "docker build check"
- run: docker version