File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 6
6
run : |
7
7
docker login -u "$DOCKERHUB_USERNAME" --password-stdin <<< "$DOCKERHUB_PASSWORD"
8
8
shell : bash
9
- env :
10
- DOCKERHUB_PASSWORD : ${{ secrets.DOCKERHUB_PASSWORD }}
11
- DOCKERHUB_USERNAME : ${{ secrets.DOCKERHUB_USERNAME }}
Original file line number Diff line number Diff line change 47
47
# needs: [ 'lint','test' ]
48
48
steps :
49
49
- uses : actions/checkout@v5
50
- - uses : ./.github/actions/dockerhub-login
50
+ - name : dockerhub login (for seamless docker pulling)
51
+ uses : ./.github/actions/dockerhub-login
52
+ env :
53
+ DOCKERHUB_PASSWORD : ${{ secrets.DOCKERHUB_PASSWORD }}
54
+ DOCKERHUB_USERNAME : ${{ secrets.DOCKERHUB_USERNAME }}
51
55
- id : setup
52
56
uses : ./.github/actions/setup
57
+
53
58
- run : poetry build
54
59
- run : ci/run_tests.sh
55
60
env :
You can’t perform that action at this time.
0 commit comments