Skip to content

Commit 7dcf833

Browse files
authored
v2.2.0 (#33)
Major updates - Using bfren namespacing
1 parent 698ace1 commit 7dcf833

File tree

36 files changed

+135
-175
lines changed

36 files changed

+135
-175
lines changed

.github/workflows/dev-7_3.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@v2
2424
-
2525
name: Read image version
26-
uses: bencgreen/read-file-action@v1
26+
uses: bfren/read-file-action@v1
2727
with:
2828
path: ./VERSION
2929
id: version
@@ -49,8 +49,8 @@ jobs:
4949
push: true
5050
platforms: linux/amd64,linux/arm/v7,linux/arm64
5151
tags: |
52-
bcgdesign/nginx-php:php7.3-dev
53-
bcgdesign/nginx-php:php7.3-${{ steps.version.outputs.content }}-beta
52+
bfren/nginx-php:php7.3-dev
53+
bfren/nginx-php:php7.3-${{ steps.version.outputs.content }}-beta
5454
-
5555
name: Image digest
5656
run: echo ${{ steps.docker_build.outputs.digest }}

.github/workflows/dev-7_4-edge.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@v2
2424
-
2525
name: Read image version
26-
uses: bencgreen/read-file-action@v1
26+
uses: bfren/read-file-action@v1
2727
with:
2828
path: ./VERSION
2929
id: version
@@ -49,10 +49,10 @@ jobs:
4949
push: true
5050
platforms: linux/amd64,linux/arm/v7,linux/arm64
5151
tags: |
52-
bcgdesign/nginx-php:php7-edge-dev
53-
bcgdesign/nginx-php:php7-edge-${{ steps.version.outputs.content }}-beta
54-
bcgdesign/nginx-php:php7.4-edge-dev
55-
bcgdesign/nginx-php:php7.4-edge-${{ steps.version.outputs.content }}-beta
52+
bfren/nginx-php:php7-edge-dev
53+
bfren/nginx-php:php7-edge-${{ steps.version.outputs.content }}-beta
54+
bfren/nginx-php:php7.4-edge-dev
55+
bfren/nginx-php:php7.4-edge-${{ steps.version.outputs.content }}-beta
5656
-
5757
name: Image digest
5858
run: echo ${{ steps.docker_build.outputs.digest }}

.github/workflows/dev-7_4.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@v2
2424
-
2525
name: Read image version
26-
uses: bencgreen/read-file-action@v1
26+
uses: bfren/read-file-action@v1
2727
with:
2828
path: ./VERSION
2929
id: version
@@ -49,12 +49,12 @@ jobs:
4949
push: true
5050
platforms: linux/amd64,linux/arm/v7,linux/arm64
5151
tags: |
52-
bcgdesign/nginx-php:dev
53-
bcgdesign/nginx-php:${{ steps.version.outputs.content }}-beta
54-
bcgdesign/nginx-php:php7-dev
55-
bcgdesign/nginx-php:php7-${{ steps.version.outputs.content }}-beta
56-
bcgdesign/nginx-php:php7.4-dev
57-
bcgdesign/nginx-php:php7.4-${{ steps.version.outputs.content }}-beta
52+
bfren/nginx-php:dev
53+
bfren/nginx-php:${{ steps.version.outputs.content }}-beta
54+
bfren/nginx-php:php7-dev
55+
bfren/nginx-php:php7-${{ steps.version.outputs.content }}-beta
56+
bfren/nginx-php:php7.4-dev
57+
bfren/nginx-php:php7.4-${{ steps.version.outputs.content }}-beta
5858
-
5959
name: Image digest
6060
run: echo ${{ steps.docker_build.outputs.digest }}

.github/workflows/dev-8_0-edge.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@v2
2424
-
2525
name: Read image version
26-
uses: bencgreen/read-file-action@v1
26+
uses: bfren/read-file-action@v1
2727
with:
2828
path: ./VERSION
2929
id: version
@@ -49,11 +49,11 @@ jobs:
4949
push: true
5050
platforms: linux/amd64,linux/arm/v7,linux/arm64
5151
tags: |
52-
bcgdesign/nginx-php:edge-dev
53-
bcgdesign/nginx-php:php8-edge-dev
54-
bcgdesign/nginx-php:php8-edge-${{ steps.version.outputs.content }}-beta
55-
bcgdesign/nginx-php:php8.0-edge-dev
56-
bcgdesign/nginx-php:php8.0-edge-${{ steps.version.outputs.content }}-beta
52+
bfren/nginx-php:edge-dev
53+
bfren/nginx-php:php8-edge-dev
54+
bfren/nginx-php:php8-edge-${{ steps.version.outputs.content }}-beta
55+
bfren/nginx-php:php8.0-edge-dev
56+
bfren/nginx-php:php8.0-edge-${{ steps.version.outputs.content }}-beta
5757
-
5858
name: Image digest
5959
run: echo ${{ steps.docker_build.outputs.digest }}

.github/workflows/dev-8_0.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@v2
2424
-
2525
name: Read image version
26-
uses: bencgreen/read-file-action@v1
26+
uses: bfren/read-file-action@v1
2727
with:
2828
path: ./VERSION
2929
id: version
@@ -49,10 +49,10 @@ jobs:
4949
push: true
5050
platforms: linux/amd64,linux/arm/v7,linux/arm64
5151
tags: |
52-
bcgdesign/nginx-php:php8-dev
53-
bcgdesign/nginx-php:php8-${{ steps.version.outputs.content }}-beta
54-
bcgdesign/nginx-php:php8.0-dev
55-
bcgdesign/nginx-php:php8.0-${{ steps.version.outputs.content }}-beta
52+
bfren/nginx-php:php8-dev
53+
bfren/nginx-php:php8-${{ steps.version.outputs.content }}-beta
54+
bfren/nginx-php:php8.0-dev
55+
bfren/nginx-php:php8.0-${{ steps.version.outputs.content }}-beta
5656
-
5757
name: Image digest
5858
run: echo ${{ steps.docker_build.outputs.digest }}

.github/workflows/publish-7_3.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@ jobs:
1414
uses: actions/checkout@v2
1515
-
1616
name: Read PHP version - revision
17-
uses: bencgreen/read-file-action@v1
17+
uses: bfren/read-file-action@v1
1818
with:
1919
path: ./7.3/PHP_REVISION
2020
id: php_revision
2121
-
2222
name: Read PHP version - build
23-
uses: bencgreen/read-file-action@v1
23+
uses: bfren/read-file-action@v1
2424
with:
2525
path: ./7.3/PHP_BUILD
2626
id: php_build
2727
-
2828
name: Read image version
29-
uses: bencgreen/read-file-action@v1
29+
uses: bfren/read-file-action@v1
3030
with:
3131
path: ./VERSION
3232
id: version
@@ -52,10 +52,10 @@ jobs:
5252
push: true
5353
platforms: linux/amd64,linux/arm/v7,linux/arm64
5454
tags: |
55-
bcgdesign/nginx-php:php7.3
56-
bcgdesign/nginx-php:php7.3-${{ steps.version.outputs.content }}
57-
bcgdesign/nginx-php:php${{ steps.php_revision.outputs.content }}
58-
bcgdesign/nginx-php:php${{ steps.php_build.outputs.content }}
55+
bfren/nginx-php:php7.3
56+
bfren/nginx-php:php7.3-${{ steps.version.outputs.content }}
57+
bfren/nginx-php:php${{ steps.php_revision.outputs.content }}
58+
bfren/nginx-php:php${{ steps.php_build.outputs.content }}
5959
-
6060
name: Image digest
6161
run: echo ${{ steps.docker_build.outputs.digest }}

.github/workflows/publish-7_4-edge.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@ jobs:
1414
uses: actions/checkout@v2
1515
-
1616
name: Read PHP version - revision
17-
uses: bencgreen/read-file-action@v1
17+
uses: bfren/read-file-action@v1
1818
with:
1919
path: ./7.4-edge/PHP_REVISION
2020
id: php_revision
2121
-
2222
name: Read PHP version - build
23-
uses: bencgreen/read-file-action@v1
23+
uses: bfren/read-file-action@v1
2424
with:
2525
path: ./7.4-edge/PHP_BUILD
2626
id: php_build
2727
-
2828
name: Read image version
29-
uses: bencgreen/read-file-action@v1
29+
uses: bfren/read-file-action@v1
3030
with:
3131
path: ./VERSION
3232
id: version
@@ -52,13 +52,13 @@ jobs:
5252
push: true
5353
platforms: linux/amd64,linux/arm/v7,linux/arm64
5454
tags: |
55-
bcgdesign/nginx-php:edge
56-
bcgdesign/nginx-php:php7-edge
57-
bcgdesign/nginx-php:php7-edge-${{ steps.version.outputs.content }}
58-
bcgdesign/nginx-php:php7.4-edge
59-
bcgdesign/nginx-php:php7.4-edge-${{ steps.version.outputs.content }}
60-
bcgdesign/nginx-php:php${{ steps.php_revision.outputs.content }}-edge
61-
bcgdesign/nginx-php:php${{ steps.php_build.outputs.content }}-edge
55+
bfren/nginx-php:edge
56+
bfren/nginx-php:php7-edge
57+
bfren/nginx-php:php7-edge-${{ steps.version.outputs.content }}
58+
bfren/nginx-php:php7.4-edge
59+
bfren/nginx-php:php7.4-edge-${{ steps.version.outputs.content }}
60+
bfren/nginx-php:php${{ steps.php_revision.outputs.content }}-edge
61+
bfren/nginx-php:php${{ steps.php_build.outputs.content }}-edge
6262
-
6363
name: Image digest
6464
run: echo ${{ steps.docker_build.outputs.digest }}

.github/workflows/publish-7_4.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@ jobs:
1414
uses: actions/checkout@v2
1515
-
1616
name: Read PHP version - revision
17-
uses: bencgreen/read-file-action@v1
17+
uses: bfren/read-file-action@v1
1818
with:
1919
path: ./7.4/PHP_REVISION
2020
id: php_revision
2121
-
2222
name: Read PHP version - build
23-
uses: bencgreen/read-file-action@v1
23+
uses: bfren/read-file-action@v1
2424
with:
2525
path: ./7.4/PHP_BUILD
2626
id: php_build
2727
-
2828
name: Read image version
29-
uses: bencgreen/read-file-action@v1
29+
uses: bfren/read-file-action@v1
3030
with:
3131
path: ./VERSION
3232
id: version
@@ -52,14 +52,14 @@ jobs:
5252
push: true
5353
platforms: linux/amd64,linux/arm/v7,linux/arm64
5454
tags: |
55-
bcgdesign/nginx-php:latest
56-
bcgdesign/nginx-php:${{ steps.version.outputs.content }}
57-
bcgdesign/nginx-php:php7
58-
bcgdesign/nginx-php:php7-${{ steps.version.outputs.content }}
59-
bcgdesign/nginx-php:php7.4
60-
bcgdesign/nginx-php:php7.4-${{ steps.version.outputs.content }}
61-
bcgdesign/nginx-php:php${{ steps.php_revision.outputs.content }}
62-
bcgdesign/nginx-php:php${{ steps.php_build.outputs.content }}
55+
bfren/nginx-php:latest
56+
bfren/nginx-php:${{ steps.version.outputs.content }}
57+
bfren/nginx-php:php7
58+
bfren/nginx-php:php7-${{ steps.version.outputs.content }}
59+
bfren/nginx-php:php7.4
60+
bfren/nginx-php:php7.4-${{ steps.version.outputs.content }}
61+
bfren/nginx-php:php${{ steps.php_revision.outputs.content }}
62+
bfren/nginx-php:php${{ steps.php_build.outputs.content }}
6363
-
6464
name: Image digest
6565
run: echo ${{ steps.docker_build.outputs.digest }}

.github/workflows/publish-8_0-edge.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@ jobs:
1414
uses: actions/checkout@v2
1515
-
1616
name: Read PHP version - revision
17-
uses: bencgreen/read-file-action@v1
17+
uses: bfren/read-file-action@v1
1818
with:
1919
path: ./8.0-edge/PHP_REVISION
2020
id: php_revision
2121
-
2222
name: Read PHP version - build
23-
uses: bencgreen/read-file-action@v1
23+
uses: bfren/read-file-action@v1
2424
with:
2525
path: ./8.0-edge/PHP_BUILD
2626
id: php_build
2727
-
2828
name: Read image version
29-
uses: bencgreen/read-file-action@v1
29+
uses: bfren/read-file-action@v1
3030
with:
3131
path: ./VERSION
3232
id: version
@@ -52,12 +52,12 @@ jobs:
5252
push: true
5353
platforms: linux/amd64,linux/arm/v7,linux/arm64
5454
tags: |
55-
bcgdesign/nginx-php:php8-edge
56-
bcgdesign/nginx-php:php8-edge-${{ steps.version.outputs.content }}
57-
bcgdesign/nginx-php:php8.0-edge
58-
bcgdesign/nginx-php:php8.0-edge-${{ steps.version.outputs.content }}
59-
bcgdesign/nginx-php:php${{ steps.php_revision.outputs.content }}-edge
60-
bcgdesign/nginx-php:php${{ steps.php_build.outputs.content }}-edge
55+
bfren/nginx-php:php8-edge
56+
bfren/nginx-php:php8-edge-${{ steps.version.outputs.content }}
57+
bfren/nginx-php:php8.0-edge
58+
bfren/nginx-php:php8.0-edge-${{ steps.version.outputs.content }}
59+
bfren/nginx-php:php${{ steps.php_revision.outputs.content }}-edge
60+
bfren/nginx-php:php${{ steps.php_build.outputs.content }}-edge
6161
-
6262
name: Image digest
6363
run: echo ${{ steps.docker_build.outputs.digest }}

.github/workflows/publish-8_0.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@ jobs:
1414
uses: actions/checkout@v2
1515
-
1616
name: Read PHP version - revision
17-
uses: bencgreen/read-file-action@v1
17+
uses: bfren/read-file-action@v1
1818
with:
1919
path: ./8.0/PHP_REVISION
2020
id: php_revision
2121
-
2222
name: Read PHP version - build
23-
uses: bencgreen/read-file-action@v1
23+
uses: bfren/read-file-action@v1
2424
with:
2525
path: ./8.0/PHP_BUILD
2626
id: php_build
2727
-
2828
name: Read image version
29-
uses: bencgreen/read-file-action@v1
29+
uses: bfren/read-file-action@v1
3030
with:
3131
path: ./VERSION
3232
id: version
@@ -52,12 +52,12 @@ jobs:
5252
push: true
5353
platforms: linux/amd64,linux/arm/v7,linux/arm64
5454
tags: |
55-
bcgdesign/nginx-php:php8
56-
bcgdesign/nginx-php:php8-${{ steps.version.outputs.content }}
57-
bcgdesign/nginx-php:php8.0
58-
bcgdesign/nginx-php:php8.0-${{ steps.version.outputs.content }}
59-
bcgdesign/nginx-php:php${{ steps.php_revision.outputs.content }}
60-
bcgdesign/nginx-php:php${{ steps.php_build.outputs.content }}
55+
bfren/nginx-php:php8
56+
bfren/nginx-php:php8-${{ steps.version.outputs.content }}
57+
bfren/nginx-php:php8.0
58+
bfren/nginx-php:php8.0-${{ steps.version.outputs.content }}
59+
bfren/nginx-php:php${{ steps.php_revision.outputs.content }}
60+
bfren/nginx-php:php${{ steps.php_build.outputs.content }}
6161
-
6262
name: Image digest
6363
run: echo ${{ steps.docker_build.outputs.digest }}

0 commit comments

Comments
 (0)