Update README.md
This commit is contained in:
11
README.md
11
README.md
@@ -1,2 +1,13 @@
|
|||||||
# Watchtower Action
|
# 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.
|
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
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user