openmetrics-vici-exporter/.forgejo/workflows/build-docker.yml
Evelyn Alicke 3c7c8a4cb2
Some checks failed
Docker / docker (push) Failing after 0s
Rust / build (push) Failing after 0s
chore(ci): migrate to forgejo
2024-09-23 22:32:49 +02:00

19 lines
489 B
YAML

---
name: Docker
on:
push:
branches: [ "main" ]
tags: [ '*' ]
pull_request:
jobs:
docker:
uses: github.com/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