.gitea/workflows/gitea-ci.yaml aktualisiert
Some checks failed
Build And Push / release-image (push) Failing after 4s
Some checks failed
Build And Push / release-image (push) Failing after 4s
This commit is contained in:
parent
64ff0061d0
commit
5ac7ecb499
@ -8,8 +8,8 @@ on: [ push ]
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
release-image:
|
release-image:
|
||||||
runs-on: cth-ubuntu-latest
|
runs-on: 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