Update .forgejo/workflows/build.yml
Some checks failed
Build And Push Oracolo to Docker Hub / build-push-oracolo (push) Failing after 52s
/ test (push) Successful in 2s

This commit is contained in:
PastaGringo 2024-05-27 23:06:25 +02:00
parent fa791d712d
commit 0d054784ed

View file

@ -3,7 +3,7 @@ run-name: ${{ gitea.actor }} is runs ci pipeline
on: [ push ]
jobs:
build-push-oracolo-image:
build-push-oracolo:
runs-on: ubuntu-22.04
steps:
-