.gitea/workflows/gitea-ci.yaml aktualisiert
Some checks are pending
Build And Push / release-image (push) Waiting to run
Some checks are pending
Build And Push / release-image (push) Waiting to run
This commit is contained in:
parent
ec7ffd8a0f
commit
64ff0061d0
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user