feat: Add web terminal and server dashboard, streamline setup, and configure CI with Docker registry mirror.
Build Docker Container using Multistage Build / build (push) Failing after 32s

This commit is contained in:
Matthias Hinrichs
2026-02-18 01:35:13 +01:00
parent 1e992a53b0
commit 49c976a02a
2 changed files with 33 additions and 83 deletions
+4 -5
View File
@@ -9,7 +9,7 @@ on:
branches:
- main
tags:
- 'v*' # Tags, die mit "v" anfangen, z. B. v1.0.0
- "v*" # Tags, die mit "v" anfangen, z. B. v1.0.0
workflow_dispatch:
jobs:
build:
@@ -31,14 +31,13 @@ jobs:
with:
buildkitd-config-inline: |
[registry."docker.io"]
username = "${{ secrets.DOCKERHUB_USERNAME }}"
password = "${{ secrets.DOCKERHUB_TOKEN }}"
mirrors = ["docker.hnrx.net"]
[registry."git.hnrx.net"]
username = "${{ secrets.DOCKER_USERNAME }}"
password = "${{ secrets.DOCKER_PASSWORD }}"
- run: ls -lha
- name: Build and Push Docker latest Image
if: gitea.ref == 'refs/heads/main'
uses: docker/build-push-action@v6
@@ -55,4 +54,4 @@ jobs:
context: .
push: true
tags: git.hnrx.net/hnrx/manage-servers:${{ gitea.ref_name }}
file: ./Dockerfile
file: ./Dockerfile