Nuke repo

This commit is contained in:
Alois 2026-04-02 22:27:27 +02:00
commit 679a3db00c
70 changed files with 0 additions and 15598 deletions

View file

@ -1,23 +0,0 @@
name: Build & Publish Docker Image
on:
workflow_dispatch:
jobs:
build:
name: Build & Publish Docker Image
runs-on: ubuntu-latest
steps:
- name: Set up repository
uses: actions/checkout@v4
- name: Login
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_PASSWD }}
- name: Build & Push
run: |
docker build -t tensamin/iota:latest .
docker push tensamin/iota:latest