From b8496b0ccc2120af4a1d4ce1753982d22f836a7a Mon Sep 17 00:00:00 2001 From: Tessa Bradbury Date: Fri, 22 Feb 2019 10:45:37 +1100 Subject: [PATCH] Move docker images to the bugcrowd organisation (#48) --- RELEASE.md | 4 ++-- hooks/command | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index 988e23f..73a4734 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -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 diff --git a/hooks/command b/hooks/command index 855a6f6..639f321 100644 --- a/hooks/command +++ b/hooks/command @@ -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: $?"