.gitea/workflows/gitea-ci.yaml aktualisiert
Some checks are pending
Build And Push / release-image (push) Waiting to run

This commit is contained in:
Marko Oldenburg 2024-09-16 14:40:25 +02:00
parent 15797db0f5
commit ec7ffd8a0f

View File

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