mirror of
https://github.com/Dannecron/coverage-merger.git
synced 2025-12-26 00:02:35 +03:00
trying to add version to app
bump php and composer version in docker image
This commit is contained in:
1
.github/workflows/ci-tags.yml
vendored
1
.github/workflows/ci-tags.yml
vendored
@@ -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 .
|
||||
|
||||
Reference in New Issue
Block a user