Skip to content

Commit 4076842

Browse files
committed
build(gha): add env variable to detect container env in github actions
1 parent 85e27b7 commit 4076842

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,6 @@ RUN \
2626
# Cleanup
2727
&& apt clean -y
2828

29+
ENV PSR_DOCKER_GITHUB_ACTION=true
30+
2931
ENTRYPOINT ["/bin/bash", "-l", "/psr/action.sh"]

0 commit comments

Comments
 (0)