Trying to unblock gitea CI
Some checks failed
Build and push docker image / build (push) Failing after 1m36s

This commit is contained in:
2025-08-16 17:22:45 +02:00
parent c699ccf8cd
commit bb3ce290d4

View File

@@ -3,9 +3,8 @@ run-name: ${{ gitea.actor }} is building and pushing the docker image 🚀
on: [push]
jobs:
publish:
build:
runs-on: ubuntu-latest
needs: build
if: gitea.ref == 'refs/heads/main'
steps:
- uses: actions/checkout@v4