Initial commit
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 3m1s

This commit is contained in:
Odysseus
2026-06-06 12:17:30 +00:00
commit 9800c0bfb6
7 changed files with 254 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
name: Build and Push Docker Image
on:
push:
branches: [ "main" ]
jobs:
build-and-push:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Log in to Gitea Registry
uses: docker/login-action@v2
with:
registry: registry.git.wilkensxl.de
username: ${{ gitea.actor }}
password: ${{ secrets.GITEA_TOKEN }}
- name: Build and push Docker image
uses: docker/build-push-action@v4
with:
context: .
push: true
tags: registry.git.wilkensxl.de/mrsphay/mobilemanager:latest