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 name: Deploy
on: on:
push: push:
branches: [main] branches: [main]
env: env:
REGISTRY: git.kimchi REGISTRY: git.kimchi
IMAGE: git.kimchi/tas/major_tom IMAGE: git.kimchi/tas/major_tom
NAMESPACE: jnr-web NAMESPACE: jnr-web
DEPLOYMENT: jnr-web DEPLOYMENT: jnr-web
jobs: jobs:
deploy: deploy:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps: