.gitea/workflows/gitea-ci.yaml aktualisiert
Some checks failed
Build And Push / release-image (push) Failing after 4s

This commit is contained in:
Marko Oldenburg 2024-09-16 14:52:23 +02:00
parent 64ff0061d0
commit 5ac7ecb499

View File

@ -8,8 +8,8 @@ on: [ push ]
jobs:
release-image:
runs-on: cth-ubuntu-latest
#if: gitea.ref == 'refs/heads/main'
runs-on: ubuntu-latest
if: gitea.ref == 'refs/heads/main'
steps:
- name: Set up Docker BuildX
uses: https://github.com/docker/setup-buildx-action@v3