Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: add workflow for automated Docker image build and publish (#61)
Introduce a new GitHub Actions workflow to automate the process of building and publishing Docker images to the GitHub Container Registry. Configure the workflow to trigger on branch references (`type=ref,event=branch`) and specific semantic versioning patterns (`type=semver,pattern={{version}}`, `type=semver,pattern={{major}}.{{minor}}`). Additionally, include a commit SHA in long format (`type=sha,format=long`) as part of the versioning strategy. --------- Signed-off-by: Valentin Sickert <[email protected]>
- Loading branch information