.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
15797db0f5
commit
ec7ffd8a0f
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user