Use sh shell for Gitea workflow
Some checks failed
Build & Push Docker Image / build-and-push (push) Failing after 16s
Some checks failed
Build & Push Docker Image / build-and-push (push) Failing after 16s
This commit is contained in:
3
.github/workflows/docker-build.yml
vendored
3
.github/workflows/docker-build.yml
vendored
@@ -10,6 +10,9 @@ env:
|
||||
jobs:
|
||||
build-and-push:
|
||||
runs-on: ubuntu-latest
|
||||
defaults:
|
||||
run:
|
||||
shell: sh
|
||||
permissions:
|
||||
contents: read
|
||||
packages: write
|
||||
|
||||
Reference in New Issue
Block a user