fix CI: use sh shell for docker:27 alpine
All checks were successful
Build and Deploy / build (push) Successful in 6m19s

This commit is contained in:
stackops
2026-04-09 15:31:56 +03:00
parent 1a68774ba9
commit d17737d08f

View File

@@ -4,6 +4,10 @@ on:
push: push:
branches: [main] branches: [main]
defaults:
run:
shell: sh
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest