Merge branch 'adferrand:master' into master

This commit is contained in:
Vincent 2021-07-16 18:08:10 +02:00 committed by GitHub
commit b9c9ae7e7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 14 additions and 2 deletions

View File

@ -19,6 +19,9 @@ jobs:
echo "Docker tag is: ${VERSION}" echo "Docker tag is: ${VERSION}"
docker tag adferrand/backuppc adferrand/backuppc:4 docker tag adferrand/backuppc adferrand/backuppc:4
docker tag adferrand/backuppc "adferrand/backuppc:${VERSION}" docker tag adferrand/backuppc "adferrand/backuppc:${VERSION}"
docker push "adferrand/backuppc:${VERSION}"
docker push adferrand/backuppc:4
docker push adferrand/backuppc
displayName: Tag and push Docker images to DockerHub displayName: Tag and push Docker images to DockerHub
- job: github - job: github
pool: pool:

View File

@ -2,6 +2,15 @@
## master - CURRENT ## master - CURRENT
## 4.4.0-6 - 28/06/2021
### Modified
* Update base image to Alpine 3.14.0
* Explicitly enable `mod_openssl` lighttpd module when TLS is enabled (#56)
## 4.4.0-5 - 28/06/2021
### Modified
* Fix Docker images deployment
## 4.4.0-4 - 13/11/2020 ## 4.4.0-4 - 13/11/2020
### Added ### Added
* The system configuration file `/etc/msmtprc` for `msmtprc` is not overwritten * The system configuration file `/etc/msmtprc` for `msmtprc` is not overwritten

View File

@ -1,4 +1,4 @@
FROM alpine:3.12.1 FROM alpine:3.14.0
LABEL maintainer="Adrien Ferrand <ferrand.ad@gmail.com>" LABEL maintainer="Adrien Ferrand <ferrand.ad@gmail.com>"

View File

@ -1 +1 @@
4.4.0-4 4.4.0-6