10 Commits

Author SHA1 Message Date
50da145feb Merge remote-tracking branch 'origin/bugfix/15-docker-deployment' into bugfix/15-docker-deployment
Some checks failed
test-and-lint / test-and-lint (pull_request) Has been cancelled
2026-06-10 04:23:21 +02:00
0b5943f792 changed "runs-on" (#15) 2026-06-10 04:23:18 +02:00
370b875df1 Merge branch 'main' into bugfix/15-docker-deployment
Some checks failed
test-and-lint / test-and-lint (pull_request) Has been cancelled
2026-06-10 04:20:20 +02:00
9393004434 Merge remote-tracking branch 'origin/bugfix/15-docker-deployment' into bugfix/15-docker-deployment
Some checks failed
test-and-lint / test-and-lint (pull_request) Has been cancelled
2026-06-10 04:19:25 +02:00
aec68c3ea5 tried to fix #15 again 2026-06-10 04:19:20 +02:00
baad115f01 Merge pull request 'tried to fix #15 again' (#17) from bugfix/15-docker-deployment into main
Some checks failed
test-and-lint / test-and-lint (push) Has been cancelled
Build and Push Docker Image on Release / build-and-push (release) Failing after 33s
Reviewed-on: #17
2026-06-10 03:55:32 +02:00
09e1b2bcdc Merge branch 'main' into bugfix/15-docker-deployment
Some checks failed
test-and-lint / test-and-lint (pull_request) Has been cancelled
2026-06-10 03:55:22 +02:00
2ffe17ca60 tried to fix #15 again
Some checks failed
test-and-lint / test-and-lint (pull_request) Has been cancelled
2026-06-10 03:54:24 +02:00
3596998f28 Merge pull request 'tried to fix #15' (#16) from bugfix/15-docker-deployment into main
Some checks failed
test-and-lint / test-and-lint (push) Successful in 4m18s
Build and Push Docker Image on Release / build-and-push (release) Failing after 12s
Reviewed-on: #16
2026-06-10 03:43:29 +02:00
2dc854c65a tried to fix #15
All checks were successful
test-and-lint / test-and-lint (pull_request) Successful in 4m12s
2026-06-10 03:42:31 +02:00

View File

@@ -6,7 +6,7 @@ on:
jobs: jobs:
build-and-push: build-and-push:
runs-on: ubuntu-latest runs-on: docker-builder
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4 uses: actions/checkout@v4
@@ -18,11 +18,10 @@ jobs:
uses: actions/setup-buildx-action@v3 uses: actions/setup-buildx-action@v3
- name: Log in to Gitea Container Registry - name: Log in to Gitea Container Registry
uses: docker/login-action@v3 run: |
with: echo "${{ secrets.REGISTRY_TOKEN }}" | docker login git.miaurizius.de \
registry: git.miaurizius.de --username "${{ secrets.REGISTRY_USER }}" \
username: ${{ gitea.actor }} --password-stdin
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push Docker image - name: Build and push Docker image
uses: docker/build-push-action@v6 uses: docker/build-push-action@v6