Skip to content

Commit

Permalink
Move docker images to the bugcrowd organisation (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tessa Bradbury authored Feb 21, 2019
1 parent bfa9c27 commit b8496b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
4. Ensure screenshots are up to date
5. Push to github and ensure tests pass
7. `export NEXT_VERSION=vx.x.x`
6. `docker build -t tessereth/test-summary-buildkite-plugin:$NEXT_VERSION .`
6. `docker build -t bugcrowd/test-summary-buildkite-plugin:$NEXT_VERSION .`
7. `git tag --sign $NEXT_VERSION -m "Release $NEXT_VERSION"`
8. `docker push tessereth/test-summary-buildkite-plugin:$NEXT_VERSION`
8. `docker push bugcrowd/test-summary-buildkite-plugin:$NEXT_VERSION`
9. `git push origin $NEXT_VERSION`
10. Copy changelog entry to github release notes
2 changes: 1 addition & 1 deletion hooks/command
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -eEuo pipefail

DOCKER_REPO=tessereth/test-summary-buildkite-plugin
DOCKER_REPO=bugcrowd/test-summary-buildkite-plugin

on_failure() {
echo "Command failed with exit status: $?"
Expand Down

0 comments on commit b8496b0

Please sign in to comment.