commit
Some checks failed
CI/CD Pipeline / build (push) Has been cancelled
CI/CD Pipeline / deploy (push) Has been cancelled

This commit is contained in:
2026-04-14 10:51:46 +02:00
parent 13a5b94ac1
commit f1cfb50d31

View File

@@ -1,4 +1,3 @@
# .gitea/workflows/ci.yml
name: CI/CD Pipeline
on:
@@ -11,7 +10,6 @@ env:
jobs:
# ── JOB 1: Build i Push Docker image ──────────────────
build:
runs-on: ubuntu-latest
steps:
@@ -39,7 +37,6 @@ jobs:
name: image-tag
path: tag.txt
# ── JOB 2: Deploy na k3s ───────────────────────────────
deploy:
needs: build
runs-on: ubuntu-latest