Skip to content

Using “post” in Docker action #25371

Answered by weide-zhou
zmeyc asked this question in Actions
Discussion options

You must be logged in to vote

Hi @zmeyc,

post ’ is only used for javasript action, for docker action, please use ’ post-entrypoint '.

runs:
  using: 'docker'
  image: 'Dockerfile'
  args:
  - 'bzz'
  entrypoint: 'main.sh'
  post-entrypoint: 'cleanup.sh'

Please check the official doc for more details.

Thanks.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants