-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #36089 from openedx/bmtcril/dockerhub_login
build: Log in to dockerhub for unit test CI
- Loading branch information
Showing
1 changed file
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -73,6 +73,12 @@ jobs: | |
run: | | ||
sudo apt-get update && sudo apt-get install libmysqlclient-dev libxmlsec1-dev lynx | ||
- name: Login to Docker Hub | ||
uses: docker/[email protected] | ||
with: | ||
username: ${{ secrets.DOCKERHUB_USERNAME }} | ||
password: ${{ secrets.DOCKERHUB_PASSWORD }} | ||
|
||
- name: Start MongoDB | ||
uses: supercharge/[email protected] | ||
with: | ||
|
@@ -197,7 +203,6 @@ jobs: | |
to add any missing apps and match the count. for more details please take a look at scripts/gha-shards-readme.md" | ||
exit 1 | ||
# This job aggregates test results. It's the required check for branch protection. | ||
# https://github.com/marketplace/actions/alls-green#why | ||
# https://github.com/orgs/community/discussions/33579 | ||
|