Compare commits

...

7 Commits

Author SHA1 Message Date
Patrick Niebeling
9731bb5be6 Switch exp. to old stable
All checks were successful
Deploy Container Image to Registry / docker-build-experimental (push) Successful in 1m54s
Deploy Container Image to Registry / docker-build-stable (push) Successful in 5m15s
2025-09-23 15:22:46 +02:00
Patrick Niebeling
2735b18856 Disable Setup QEMU
Some checks failed
Deploy Container Image to Registry / docker-build-stable (push) Successful in 52s
Deploy Container Image to Registry / docker-build-experimental (push) Failing after 34s
2025-09-23 15:10:21 +02:00
Patrick Niebeling
f62382f3c6 Rmove setup qemu
Some checks failed
Deploy Container Image to Registry / docker-build-stable (push) Successful in 50s
Deploy Container Image to Registry / docker-build-experimental (push) Has been cancelled
2025-09-23 15:00:38 +02:00
Patrick Niebeling
a061cd6304 Update expirimental Stage
Some checks failed
Deploy Container Image to Registry / docker-build-stable (push) Successful in 59s
Deploy Container Image to Registry / docker-build-experimental (push) Has been cancelled
2025-09-23 14:56:34 +02:00
Patrick Niebeling
ef9aa2d54c Update Var
Some checks failed
Deploy Container Image to Registry / docker-build-stable (push) Successful in 48s
Deploy Container Image to Registry / docker-build-experimental (push) Has been cancelled
2025-09-23 14:53:59 +02:00
Patrick Niebeling
c53524aa26 Update Deploy
Some checks failed
Deploy Container Image to Registry / docker-build-stable (push) Failing after 19s
Deploy Container Image to Registry / docker-build-experimental (push) Has been cancelled
2025-09-23 14:51:57 +02:00
d3a7440091 Stable/Dockerfile aktualisiert
Some checks failed
Deploy Container Image to Registry / docker-build-experimental (push) Failing after 10m10s
Deploy Container Image to Registry / docker-build-stable (push) Failing after 22m32s
2025-09-04 00:02:40 +02:00
4 changed files with 14 additions and 15 deletions

View File

@@ -5,6 +5,7 @@ on:
push: push:
branches: branches:
- main - main
workflow_dispatch:
jobs: jobs:
docker-build-stable: docker-build-stable:
@@ -13,8 +14,11 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Set up QEMU # - name: Set up QEMU
uses: docker/setup-qemu-action@v3 # uses: docker/setup-qemu-action@v3
- name: Ausgabe der Variable gitea.actor
run: echo "Gitea Actor = ${{ gitea.actor }}"
- name: Set up Docker Buildx - name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3 uses: docker/setup-buildx-action@v3
@@ -23,8 +27,8 @@ jobs:
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with:
registry: gitea.gnilebein.de registry: gitea.gnilebein.de
username: ${{ gitea.repository_owner }} username: ${{ gitea.actor }}
password: ${{ secrets.REG_GITEA_PASSWORD }} password: ${{ secrets.PAT }}
- name: Get Meta - name: Get Meta
id: meta id: meta
@@ -57,8 +61,8 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Set up QEMU # - name: Set up QEMU
uses: docker/setup-qemu-action@v3 # uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx - name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3 uses: docker/setup-buildx-action@v3
@@ -67,8 +71,8 @@ jobs:
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with:
registry: gitea.gnilebein.de registry: gitea.gnilebein.de
username: ${{ gitea.repository_owner }} username: ${{ gitea.actor }}
password: ${{ secrets.REG_GITEA_PASSWORD }} password: ${{ secrets.PAT }}
- name: Get Meta - name: Get Meta
id: meta id: meta

View File

@@ -1,5 +0,0 @@
{
"yaml.schemas": {
"https://json.schemastore.org/github-workflow.json": "file:///c%3A/Users/patrick.niebeling/Documents/gitRepos%20-%20privat/Docker-rspamd/.gitea/workflows/deploy.yaml"
}
}

View File

@@ -1,4 +1,4 @@
FROM debian:stable-slim FROM debian:oldstable-slim
LABEL maintainer="gnilebein - <patrick@niebel.ing>" LABEL maintainer="gnilebein - <patrick@niebel.ing>"
# Setup Labels # Setup Labels

View File

@@ -1,4 +1,4 @@
FROM debian:stable-slim FROM debian:oldstable-slim
LABEL maintainer="gnilebein - <patrick@niebel.ing>" LABEL maintainer="gnilebein - <patrick@niebel.ing>"
# Setup Labels # Setup Labels