We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ea2b18 commit d877378Copy full SHA for d877378
.github/workflows/migrate.yml
@@ -16,6 +16,8 @@ jobs:
16
uses: actions/setup-java@v1
17
with:
18
java-version: 11.0.11
19
+ - name: Log in to Docker Hub
20
+ run: docker login -u ${{ secrets.DOCKER_USERNAME }} -p ${{ secrets.DOCKER_PASSWORD }}
21
- name: Run production migration
22
env:
23
MONGO_HOST: ${{ secrets.MONGO_HOST }}
.github/workflows/pr.yml
@@ -11,6 +11,8 @@ jobs:
11
12
13
14
15
- name: Run local migration
run: ./gradlew clean run
- uses: kentaro-m/[email protected]
0 commit comments