Skip to content

Commit

Permalink
build(gha): add env variable to detect container env in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
codejedi365 committed May 6, 2024
1 parent 85e27b7 commit 4076842
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,6 @@ RUN \
# Cleanup
&& apt clean -y

ENV PSR_DOCKER_GITHUB_ACTION=true

ENTRYPOINT ["/bin/bash", "-l", "/psr/action.sh"]

0 comments on commit 4076842

Please sign in to comment.