Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2bf31c49a6 | |||
| 4e968d9860 | |||
| 17a3dc6bfd |
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
|
||||||
|
```
|
||||||
@@ -5,4 +5,4 @@ runs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Trigger Watchtower Update
|
- name: Trigger Watchtower Update
|
||||||
run: |
|
run: |
|
||||||
curl -H "Authorization: Bearer mytoken" https://watchtower.seeseepuff.be/v1/update
|
curl -X POST -H "Authorization: Bearer mytoken" https://watchtower.seeseepuff.be/v1/update
|
||||||
|
|||||||
6
renovate.json
Normal file
6
renovate.json
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
|
"extends": [
|
||||||
|
"local>seeseemelk/renovate"
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user