Skip to content

Commit 540c421

Browse files
committed
chore(dockerhub): Add dockerhub credentials
1 parent 6eec8d8 commit 540c421

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

buildspec.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ phases:
44
install:
55
commands:
66
- ". ci/install_deps.sh"
7+
- echo "${DOCKERHUB_PASSWORD}" | docker login -u "${DOCKERHUB_USERNAME}" --password-stdin
78
pre_build:
89
commands:
910
- export COMMIT_SHA=$CODEBUILD_RESOLVED_SOURCE_VERSION
@@ -26,4 +27,4 @@ phases:
2627
- if [ "$PR" = "" ]; then ./do.sh deploy; fi
2728
cache:
2829
paths:
29-
- $HOME/.cargo
30+
- $HOME/.cargo

0 commit comments

Comments
 (0)