Use sh shell for Gitea workflow
Some checks failed
Build & Push Docker Image / build-and-push (push) Failing after 16s

This commit is contained in:
Tom Misch
2026-05-11 11:02:32 +02:00
parent cb5c0f2581
commit 9a2a8dca9f

View File

@@ -10,6 +10,9 @@ env:
jobs: jobs:
build-and-push: build-and-push:
runs-on: ubuntu-latest runs-on: ubuntu-latest
defaults:
run:
shell: sh
permissions: permissions:
contents: read contents: read
packages: write packages: write