Compare commits

..

No commits in common. "3280a9ebea5d3e46f90a09cd72a98d0e84804d6c" and "18d0905531029d1b5b4e8c14c12bef44dfa1b19c" have entirely different histories.

3 changed files with 6 additions and 13 deletions

View File

@ -1,18 +1,18 @@
name: Build and push telegraf-snmp-unifi image name: Build and push telegraf-snmp image
run-name: ${{ gitea.actor }} is building and pushing telegraf-snmp-unifi image run-name: ${{ gitea.actor }} is building and pushing telegraf-snmp image
on: on:
push: push:
branches: branches:
- main - main
- 'feat/**' - 'feat/**'
paths: paths:
- 'telegraf-snmp-unifi/**' - 'telegraf-snmp/**'
- '.gitea/workflows/telegraf-snmp-unifi.yaml' - '.gitea/workflows/telegraf-snmp.yaml'
tags: tags:
- 'v*' - 'v*'
env: env:
RESULT_IMAGE_NAME: tools/telegraf-snmp-unifi RESULT_IMAGE_NAME: tools/telegraf-snmp
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-unifi context: telegraf-snmp
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,12 +1,5 @@
# 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 |