Skip to content

Commit 5b20354

Browse files
committed
Release 1.15.45 - See CHANGELOG.md
1 parent 09895a6 commit 5b20354

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
if [ -n "${BRANCHTAG}" ] && [ -n "${GITTAG}" ]; then
5959
TAGS=${BRANCHTAG},${GITTAG}_php${RELEASE}
6060
else
61-
TAGS="${BRANCHTAG}${GITTAG},${BRANCHTAG}${GITTAG}_php${RELEASE}"
61+
TAGS="${BRANCHTAG},${GITTAG},${BRANCHTAG},${GITTAG}_php${RELEASE}"
6262
fi
6363
6464
echo ::set-output name=tags::${TAGS}

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.15.45 2022-05-13 <dave at tiredofit dot ca>
2+
3+
### Added
4+
- Freescout 1.8.14
5+
6+
17
## 1.15.44 2022-05-10 <dave at tiredofit dot ca>
28

39
### Changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM docker.io/tiredofit/nginx-php-fpm:8.0
22
LABEL maintainer="Dave Conroy (github.com/tiredofit)"
33

44
### Set Defaults
5-
ENV FREESCOUT_VERSION=1.8.13 \
5+
ENV FREESCOUT_VERSION=1.8.14 \
66
FREESCOUT_REPO_URL=https://github.com/freescout-helpdesk/freescout \
77
NGINX_WEBROOT=/www/html \
88
PHP_CREATE_SAMPLE_PHP=FALSE \

0 commit comments

Comments
 (0)