Skip to content

registry_package doesn't trigger on Docker image push #25123

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

You must be logged in to vote

Hi @jayarjo ,

Did you use personal access token as a secret to push the docker image? If you use ‘GITHUB_TOKEN’ to push the docker image, ‘registry_package’ event will not be triggered.

And please use below format instead,

on:
  registry_package:
    action:
      - published
      - updated

Checked on my side, It is successful.

If it doesn’t work for you, please share your repo/sample repo for further investigation.

Thanks.

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies
Comment options

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