mirror of
https://github.com/lobaro/restic-backup-docker.git
synced 2026-04-05 12:48:51 +00:00
Compare commits
7 Commits
v1.4.0
...
dependabot
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0df1731953 | ||
|
|
47d29529e9 | ||
|
|
97c74a94a7 | ||
|
|
901cd5487f | ||
|
|
a66e72cb7e | ||
|
|
5f2b322e54 | ||
|
|
50e6fdbdf2 |
2
.github/workflows/docker-publish.yml
vendored
2
.github/workflows/docker-publish.yml
vendored
@@ -33,7 +33,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v6
|
||||
|
||||
# Install the cosign tool except on PR
|
||||
# https://github.com/sigstore/cosign-installer
|
||||
|
||||
10
CHANGELOG.md
10
CHANGELOG.md
@@ -1,6 +1,14 @@
|
||||
# Changelog
|
||||
|
||||
## Unreleased
|
||||
## v1.4.2
|
||||
### Removed
|
||||
* Execute a repository check after prune was passed as a parameter in the forget call - use RESTIC_CHECK_CRON Var instead
|
||||
|
||||
## v1.4.1
|
||||
### Changed
|
||||
* Execute a repository check after prune was passed as a parameter in the forget call
|
||||
|
||||
## v1.4.0
|
||||
|
||||
### Added
|
||||
* Option to set the target folder backup
|
||||
|
||||
Reference in New Issue
Block a user