feature/tt/initial-implementation #1

Merged
lerentis merged 14 commits from feature/tt/initial-implementation into main 2025-10-06 09:21:58 +00:00
Showing only changes of commit f9ec34c23b - Show all commits

23
.gitea/workflows/pr.yaml Normal file
View File

@@ -0,0 +1,23 @@
name: PR Build
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [pull_request]
jobs:
Explore-docker-Actions:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
driver: remote
endpoint: tcp://buildkit-service.buildkit-service.svc:1234
- name: Build and Push the Docker Image
uses: docker/build-push-action@v6
with:
context: .
file: ./Dockerfile
push: false
tags: |
uploadfilter24/mail-dns-service:latest