diff --git a/Dockerfile b/Dockerfile index 9bde77c..153d3c4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,2 @@ FROM configcat/feature-flag-reference-validator:1.1.0 - -LABEL com.github.actions.name="ConfigCat Feature Flag Reference Validator" -LABEL com.github.actions.description="Find ConfigCat feature flag usages in your source code and validating them against your own ConfigCat configuration dashboard." -LABEL homepage="https://www.configcat.com" - ENTRYPOINT ["configcat-validator.py"]