Skip to content

Commit 51d72cb

Browse files
authored
Update docker-push.yml
* add build_args
1 parent faca4f7 commit 51d72cb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/docker-push.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,7 @@ jobs:
3737
with:
3838
context: .
3939
push: true
40+
build-args: |
41+
UNIT_VERSION=${{ matrix.unit }}
42+
PHP_VERSION=${{ matrix.php }}
4043
tags: ${{ secrets.DOCKERHUB_USERNAME }}/nginx-unit-php:${{ matrix.php }}-unit${{ matrix.unit }}

0 commit comments

Comments
 (0)