Compare commits
2 Commits
22e6424c3e
...
ffc9b178cc
Author | SHA1 | Date | |
---|---|---|---|
ffc9b178cc
|
|||
740a9de3d8
|
@@ -20,7 +20,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
|
@@ -20,7 +20,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
|
@@ -16,7 +16,7 @@ jobs:
|
||||
container: ghcr.io/renovatebot/renovate:41
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
|
||||
- name: Renovate
|
||||
run: renovate
|
||||
|
@@ -211,7 +211,7 @@ backup:
|
||||
s3-backup:
|
||||
image:
|
||||
repository: d3fk/s3cmd
|
||||
tag: latest@sha256:ae1df5b47f111bf50083463118589c59985b9df4dd311f6535b12f9b32097ed0
|
||||
tag: latest@sha256:77175b44dbb2bf967bf5ef0257cee656795b582fbff08722197761dea7f444e0
|
||||
pullPolicy: IfNotPresent
|
||||
command:
|
||||
- /bin/sh
|
||||
@@ -235,7 +235,7 @@ backup:
|
||||
s3-prune:
|
||||
image:
|
||||
repository: d3fk/s3cmd
|
||||
tag: latest@sha256:ae1df5b47f111bf50083463118589c59985b9df4dd311f6535b12f9b32097ed0
|
||||
tag: latest@sha256:77175b44dbb2bf967bf5ef0257cee656795b582fbff08722197761dea7f444e0
|
||||
pullPolicy: IfNotPresent
|
||||
command:
|
||||
- /bin/sh
|
||||
|
@@ -198,7 +198,7 @@ snapshot:
|
||||
s3-backup:
|
||||
image:
|
||||
repository: d3fk/s3cmd
|
||||
tag: latest@sha256:ae1df5b47f111bf50083463118589c59985b9df4dd311f6535b12f9b32097ed0
|
||||
tag: latest@sha256:77175b44dbb2bf967bf5ef0257cee656795b582fbff08722197761dea7f444e0
|
||||
pullPolicy: IfNotPresent
|
||||
command:
|
||||
- /bin/sh
|
||||
|
@@ -73,7 +73,7 @@ etcd-backup:
|
||||
s3-prune:
|
||||
image:
|
||||
repository: d3fk/s3cmd
|
||||
tag: latest@sha256:ae1df5b47f111bf50083463118589c59985b9df4dd311f6535b12f9b32097ed0
|
||||
tag: latest@sha256:77175b44dbb2bf967bf5ef0257cee656795b582fbff08722197761dea7f444e0
|
||||
pullPolicy: IfNotPresent
|
||||
command:
|
||||
- /bin/sh
|
||||
|
Reference in New Issue
Block a user