Compare commits
2 Commits
18d0905531
...
3280a9ebea
| Author | SHA1 | Date | |
|---|---|---|---|
| 3280a9ebea | |||
|
|
5235b2af95 |
@ -1,18 +1,18 @@
|
||||
name: Build and push telegraf-snmp image
|
||||
run-name: ${{ gitea.actor }} is building and pushing telegraf-snmp image
|
||||
name: Build and push telegraf-snmp-unifi image
|
||||
run-name: ${{ gitea.actor }} is building and pushing telegraf-snmp-unifi image
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- 'feat/**'
|
||||
paths:
|
||||
- 'telegraf-snmp/**'
|
||||
- '.gitea/workflows/telegraf-snmp.yaml'
|
||||
- 'telegraf-snmp-unifi/**'
|
||||
- '.gitea/workflows/telegraf-snmp-unifi.yaml'
|
||||
tags:
|
||||
- 'v*'
|
||||
|
||||
env:
|
||||
RESULT_IMAGE_NAME: tools/telegraf-snmp
|
||||
RESULT_IMAGE_NAME: tools/telegraf-snmp-unifi
|
||||
|
||||
jobs:
|
||||
build-and-push-image:
|
||||
@ -62,7 +62,7 @@ jobs:
|
||||
- name: Build and push image
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: telegraf-snmp
|
||||
context: telegraf-snmp-unifi
|
||||
platforms: linux/amd64,linux/arm64
|
||||
push: true
|
||||
tags: ${{ steps.tags.outputs.value }}
|
||||
@ -1,5 +1,12 @@
|
||||
# container-images
|
||||
|
||||
## Images
|
||||
|
||||
| Image | Beschreibung |
|
||||
|---|---|
|
||||
| `tools/telegraf-snmp-unifi` | Telegraf mit UniFi SNMP MIBs |
|
||||
| `tools/rsyncd` | rsync Daemon |
|
||||
|
||||
## CI Workflows
|
||||
|
||||
| Trigger | Tags gebaut |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user