Update .gitea/workflows/deploy.yaml
Some checks failed
Deploy / deploy (push) Has been cancelled

This commit is contained in:
tas
2026-03-15 17:25:26 +00:00
parent 198f639289
commit 7d0e134a56

View File

@@ -1,16 +1,16 @@
name: Deploy
on:
on:
push:
branches: [main]
env:
env:
REGISTRY: git.kimchi
IMAGE: git.kimchi/tas/major_tom
NAMESPACE: jnr-web
DEPLOYMENT: jnr-web
jobs:
jobs:
deploy:
runs-on: ubuntu-latest
steps: