SONAR-16068 made SONAR_TOKEN optional
SONAR-16067 fixed file permissions
This commit is contained in:
@@ -9,8 +9,6 @@ LABEL version="1.1.0" \
|
||||
com.github.actions.icon="check" \
|
||||
com.github.actions.color="green"
|
||||
|
||||
# https://help.github.com/en/actions/creating-actions/dockerfile-support-for-github-actions#user
|
||||
USER root
|
||||
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
RUN chmod +x /entrypoint.sh
|
||||
|
||||
Reference in New Issue
Block a user