diff --git a/.github/workflows/ci-tags.yml b/.github/workflows/ci-tags.yml index 30f41fd..35611f1 100644 --- a/.github/workflows/ci-tags.yml +++ b/.github/workflows/ci-tags.yml @@ -18,7 +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 }} \ - --target=runtime + --target=runtime \ --tag=dannecron/coverage-merger:latest \ --file=./.github/Dockerfile . - name: Login to docker hub