We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faca4f7 commit 51d72cbCopy full SHA for 51d72cb
.github/workflows/docker-push.yml
@@ -37,4 +37,7 @@ jobs:
37
with:
38
context: .
39
push: true
40
+ build-args: |
41
+ UNIT_VERSION=${{ matrix.unit }}
42
+ PHP_VERSION=${{ matrix.php }}
43
tags: ${{ secrets.DOCKERHUB_USERNAME }}/nginx-unit-php:${{ matrix.php }}-unit${{ matrix.unit }}
0 commit comments