ci: feat add semver conven versioning #11

Merged
t.behrendt merged 3 commits from ci-feat-add-semver-conven-versioning into main 2025-09-01 13:13:55 +02:00
Showing only changes of commit ed58957066 - Show all commits

24
.gitea/workflows/ci.yaml Normal file
View File

@@ -0,0 +1,24 @@
name: CI
on:
pull_request:
jobs:
build:
name: Build Docker image
runs-on:
- ubuntu-latest
- linux_amd64
steps:
- uses: actions/checkout@v5
- uses: docker/setup-buildx-action@v3
- name: Build image
uses: docker/build-push-action@v6
with:
context: .
file: ./Dockerfile
platforms: linux/amd64
push: false
provenance: false
tags: |
backupsidecar:ci-test