chore(ci): migrate to forgejo
Some checks failed
Rust / build (push) Failing after 0s

This commit is contained in:
Evelyn Alicke 2024-09-23 22:30:14 +02:00
parent ce88978583
commit 6271d3cdd8
Signed by: evlli
GPG key ID: 8092413A3F6DD75F
2 changed files with 0 additions and 19 deletions

View file

@ -1,19 +0,0 @@
---
name: Docker
on:
push:
branches: [ "main" ]
tags: [ '*' ]
pull_request:
jobs:
docker:
uses: famedly/github-workflows/.github/workflows/docker.yml@main
with:
push: ${{ github.event_name != 'pull_request' }} # Always build, don't publish on pull requests
registry_user: famedly-ci
registry: docker-oss.nexus.famedly.de
image_name: openmetrics-vici-exporter
build_args: "VERSION=${{ matrix.version }}"
secrets: inherit