update
Some checks failed
Build and Deploy / cleaning (push) Failing after 0s
Build and Deploy / build_image (push) Has been skipped
Build and Deploy / deploy (push) Has been skipped

This commit is contained in:
teddys48
2026-02-11 11:58:56 +07:00
parent bcdf3cc9b1
commit 1d194dacdc

View File

@@ -11,7 +11,7 @@ env:
jobs:
cleaning:
runs-on: ubuntu-latest
runs-on: host
container: null
steps:
- name: Cleanup
@@ -22,7 +22,7 @@ jobs:
docker image prune -af
build_image:
runs-on: ubuntu-latest
runs-on: host
container: null
needs: cleaning
steps:
@@ -39,7 +39,7 @@ jobs:
docker push $REGISTRY/$IMAGE_NAME:${{ gitea.run_number }}
deploy:
runs-on: ubuntu-latest
runs-on: host
container: null
needs: build_image
steps: