Skip to content

Commit

Permalink
v1.0.21 (#22)
Browse files Browse the repository at this point in the history
Minor updates
* Using latest base image

Build updates
* Adding major / minor versions to build tags
  • Loading branch information
bfren authored Nov 15, 2021
1 parent 0bf34dc commit 901e93c
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 2 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,18 @@ jobs:
with:
file: ./FREESCOUT_REVISION
id: freescout_revision
-
name: Read image version
uses: bfren/read-file@v1
with:
file: ./VERSION_MAJOR
id: version_major
-
name: Read image version
uses: bfren/read-file@v1
with:
file: ./VERSION_MINOR
id: version_minor
-
name: Read image version
uses: bfren/read-file@v1
Expand Down Expand Up @@ -57,6 +69,8 @@ jobs:
platforms: linux/amd64,linux/arm/v7,linux/arm64
tags: |
bfren/freescout:latest
bfren/freescout:${{ steps.version_major.outputs.contents }}
bfren/freescout:${{ steps.version_minor.outputs.contents }}
bfren/freescout:${{ steps.version.outputs.contents }}
bfren/freescout:freescout${{ steps.freescout_major.outputs.contents }}
bfren/freescout:freescout${{ steps.freescout_major.outputs.contents }}-${{ steps.version.outputs.contents }}
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM bfren/nginx-php:php7.4-2.2.21
FROM bfren/nginx-php:php7.4-3.0.1

ENV \
# set to the application's external URL
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.20
1.0.21
1 change: 1 addition & 0 deletions VERSION_MAJOR
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1
1 change: 1 addition & 0 deletions VERSION_MINOR
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.0

0 comments on commit 901e93c

Please sign in to comment.