Merge pull request 'feat: rename telegraf-snmp to telegraf-snmp-unifi' (#1) from feat/rename-telegraf-snmp-to-unifi into main
All checks were successful
Build and push telegraf-snmp-unifi image / build-and-push-image (push) Successful in 1m55s

Reviewed-on: #1
This commit is contained in:
dresi 2026-06-11 10:52:41 +02:00
commit 3280a9ebea
3 changed files with 13 additions and 6 deletions

View File

@ -1,18 +1,18 @@
name: Build and push telegraf-snmp image name: Build and push telegraf-snmp-unifi image
run-name: ${{ gitea.actor }} is building and pushing telegraf-snmp image run-name: ${{ gitea.actor }} is building and pushing telegraf-snmp-unifi image
on: on:
push: push:
branches: branches:
- main - main
- 'feat/**' - 'feat/**'
paths: paths:
- 'telegraf-snmp/**' - 'telegraf-snmp-unifi/**'
- '.gitea/workflows/telegraf-snmp.yaml' - '.gitea/workflows/telegraf-snmp-unifi.yaml'
tags: tags:
- 'v*' - 'v*'
env: env:
RESULT_IMAGE_NAME: tools/telegraf-snmp RESULT_IMAGE_NAME: tools/telegraf-snmp-unifi
jobs: jobs:
build-and-push-image: build-and-push-image:
@ -62,7 +62,7 @@ jobs:
- name: Build and push image - name: Build and push image
uses: docker/build-push-action@v6 uses: docker/build-push-action@v6
with: with:
context: telegraf-snmp context: telegraf-snmp-unifi
platforms: linux/amd64,linux/arm64 platforms: linux/amd64,linux/arm64
push: true push: true
tags: ${{ steps.tags.outputs.value }} tags: ${{ steps.tags.outputs.value }}

View File

@ -1,5 +1,12 @@
# container-images # container-images
## Images
| Image | Beschreibung |
|---|---|
| `tools/telegraf-snmp-unifi` | Telegraf mit UniFi SNMP MIBs |
| `tools/rsyncd` | rsync Daemon |
## CI Workflows ## CI Workflows
| Trigger | Tags gebaut | | Trigger | Tags gebaut |