Skip to content

Commit

Permalink
Release 1.15.45 - See CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tiredofit committed May 13, 2022
1 parent 09895a6 commit 5b20354
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
if [ -n "${BRANCHTAG}" ] && [ -n "${GITTAG}" ]; then
TAGS=${BRANCHTAG},${GITTAG}_php${RELEASE}
else
TAGS="${BRANCHTAG}${GITTAG},${BRANCHTAG}${GITTAG}_php${RELEASE}"
TAGS="${BRANCHTAG},${GITTAG},${BRANCHTAG},${GITTAG}_php${RELEASE}"
fi
echo ::set-output name=tags::${TAGS}
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.15.45 2022-05-13 <dave at tiredofit dot ca>

### Added
- Freescout 1.8.14


## 1.15.44 2022-05-10 <dave at tiredofit dot ca>

### Changed
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM docker.io/tiredofit/nginx-php-fpm:8.0
LABEL maintainer="Dave Conroy (github.com/tiredofit)"

### Set Defaults
ENV FREESCOUT_VERSION=1.8.13 \
ENV FREESCOUT_VERSION=1.8.14 \
FREESCOUT_REPO_URL=https://github.com/freescout-helpdesk/freescout \
NGINX_WEBROOT=/www/html \
PHP_CREATE_SAMPLE_PHP=FALSE \
Expand Down

0 comments on commit 5b20354

Please sign in to comment.