deleted workflow

This commit is contained in:
enrilinux
2026-03-08 20:15:18 +01:00
parent b476b2ee46
commit 166b565032
3 changed files with 1 additions and 39 deletions
+1
View File
@@ -1 +1,2 @@
*.mp4 filter=lfs diff=lfs merge=lfs -text
downloads/*.mp4 filter=lfs diff=lfs merge=lfs -text
-36
View File
@@ -1,36 +0,0 @@
name: Build and Push Docker Image
on:
push:
branches:
- main
jobs:
build-and-push:
runs-on: self-hosted
steps:
# --- Installa Node.js nel contesto del workflow ---
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '20'
# --- Checkout del repository (richiede Node) ---
- name: Checkout repository
uses: actions/checkout@v3
# --- Login al Gitea Container Registry ---
- name: Login to Gitea Container Registry
run: |
echo "${{ secrets.REGISTRY_TOKEN }}" | docker login gitea.enrilinux.ovh -u "${{ secrets.REGISTRY_USER }}" --password-stdin
# --- Build della Docker image della tua app ---
- name: Build Docker image
run: |
docker build -t gitea.enrilinux.ovh/${{ secrets.REGISTRY_USER }}/streamvault:latest .
# --- Push della Docker image al registry ---
- name: Push Docker image
run: |
docker push gitea.enrilinux.ovh/${{ secrets.REGISTRY_USER }}/streamvault:latest
@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0772a1c4f3f2d041178de9ab028f4858fb478294a92f333d019816ec50e350f1
size 243743156