Simple shell workflow test
Some checks failed
Simple CI Test / test (push) Failing after 0s

This commit is contained in:
2026-05-24 12:34:42 +02:00
parent 7ab2e06a69
commit e42b29ec5d
2 changed files with 17 additions and 25 deletions

View File

@@ -1,25 +0,0 @@
name: Docker Build & Push
on:
push:
branches: [main]
jobs:
build:
runs-on: linux
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Login to Gitea Container Registry
uses: docker/login-action@v3
with:
registry: git.kgessner.de
username: ${{ gitea.actor }}
password: ${{ secrets.GITEATOKEN }}
- name: Build and push
uses: docker/build-push-action@v5
with:
context: .
push: true
tags: git.kgessner.de/luiicode/test-image:latest