trying to add version to app

bump php and composer version in docker image
This commit is contained in:
2023-12-26 10:55:35 +07:00
parent 3433be1e79
commit 91b50b08e2
3 changed files with 12 additions and 3 deletions

View File

@@ -18,6 +18,7 @@ jobs:
--build-arg BUILDKIT_INLINE_CACHE=1 \
--build-arg PHP_VERSION=${{ vars.DOCKER_RUNTIME_PHP_VERSION }} \
--build-arg COMPOSER_VERSION=${{ vars.DOCKER_RUNTIME_COMPOSER_VERSION }} \
--build-arg MERGER_VERSION=${{ github.ref_name }} \
--target=runtime \
--tag=dannecron/coverage-merger:${{ github.ref_name }} \
--file=./.github/Dockerfile .