Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: dockerhub post push hook #6956

Closed
wants to merge 2 commits into from

Conversation

olizilla
Copy link
Member

@olizilla olizilla commented Mar 5, 2020

Dockerhub allows us to add scripts to a hooks directory in our repo, that allow us to alter the steps of an autobuild!

This PR adds a post_push dockerhub hook that adds additional tags for the stabilize-dht and master branch in the form

  • <branch>-<short date>-<short commit sha>
  • bifrost-2020-02-26-a44c610
  • master-2020-03-01-18ca5ab

This is an alternative to #6949 that requires no credentials in CI, but does not ensure our published docker tags are tested.

See #6949 for details.

License: MIT
Signed-off-by: Oli Evans oli@tableflip.io

olizilla added 2 commits March 5, 2020 15:37
Dockerhub allows us to add scripts to a hooks directory in our repo, that allow us to alter the steps of an autobuild!

This PR adds a post_push dockerhub hook that adds additional tags for the stabilize-dht and master branch in the form `<branch>-<short date>-<short commit sha>`, e.g `bifrost-2020-02-26-a44c610` or `master-2020-03-01-18ca5ab`

This is an alternative to ipfs#6949 that requires no credentials in CI, but does not ensure our published docker tags are tested.

See ipfs#6949 for details

License: MIT
Signed-off-by: Oli Evans <oli@tableflip.io>
License: MIT
Signed-off-by: Oli Evans <oli@tableflip.io>
@olizilla olizilla changed the title Dockerhub post push hook feat: dockerhub post push hook Mar 5, 2020
@olizilla
Copy link
Member Author

Closing in favour of #6949

@olizilla olizilla closed this Mar 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant