.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:51:30 +02:00
parent ec7ffd8a0f
commit 64ff0061d0

View File

@ -9,7 +9,7 @@ on: [ push ]
jobs: jobs:
release-image: release-image:
runs-on: cth-ubuntu-latest runs-on: cth-ubuntu-latest
if: gitea.ref == 'refs/heads/main' #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