Skip to content

Commit

Permalink
chore(dockerhub): Add dockerhub credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
bkochendorfer committed May 5, 2022
1 parent 6eec8d8 commit 540c421
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ phases:
install:
commands:
- ". ci/install_deps.sh"
- echo "${DOCKERHUB_PASSWORD}" | docker login -u "${DOCKERHUB_USERNAME}" --password-stdin
pre_build:
commands:
- export COMMIT_SHA=$CODEBUILD_RESOLVED_SOURCE_VERSION
Expand All @@ -26,4 +27,4 @@ phases:
- if [ "$PR" = "" ]; then ./do.sh deploy; fi
cache:
paths:
- $HOME/.cargo
- $HOME/.cargo

0 comments on commit 540c421

Please sign in to comment.