We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f812eb1 commit ecc4f40Copy full SHA for ecc4f40
1 file changed
.github/workflows/build.yml
@@ -15,6 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
env:
17
PHP_VERSION: ${{ matrix.version }}
18
+ TAG: ${{ matrix.version }}${{ matrix.dockerfile == 'Dockerfile.apache' && '-apache' || '' }}
19
steps:
20
- name: Checkout
21
uses: actions/checkout@v2
@@ -37,4 +38,4 @@ jobs:
37
38
build-args: |
39
PHP_VERSION=${{ matrix.version }}
40
file: ${{ matrix.dockerfile }}
- tags: danybmx/php:${{ matrix.version }}-apache
41
+ tags: danybmx/php:${{ env.TAG }}
0 commit comments