Update README.md

This commit is contained in:
2026-01-14 19:27:39 +01:00
parent 3c31a0da83
commit 17a3dc6bfd

View File

@@ -1,2 +1,13 @@
# Watchtower Action
This action will automatically trigger an update of watchtower, causing containers that have the label `com.centurylinklabs.watchtower.enable=true` to be automatically updated.
```
name: 'Watchtower Example'
on: [push]
jobs:
use-action:
runs-on: standard-latest
steps:
- name: Trigger watchtower
uses: https://gitea.seeseepuff.be/actions/watchtower@master
```