File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 2222 ref : ${{ github.head_ref }}
2323 token : ${{ secrets.PAT }}
2424
25+ - name : Login to Docker Hub
26+ uses : docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # 4.0.0
27+ with :
28+ username : ${{ secrets.DOCKERHUB_USERNAME }}
29+ password : ${{ secrets.DOCKERHUB_PASSWORD }}
30+
2531 - name : Configure AWS credentials
2632 uses : aws-actions/configure-aws-credentials@8df5847569e6427dd6c4fb1cf565c83acfa8afa7 # 6.0.0
2733 with :
Original file line number Diff line number Diff line change 2222 ref : ${{ github.head_ref }}
2323 token : ${{ secrets.PAT }}
2424
25+ - name : Login to Docker Hub
26+ uses : docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # 4.0.0
27+ with :
28+ username : ${{ secrets.DOCKERHUB_USERNAME }}
29+ password : ${{ secrets.DOCKERHUB_PASSWORD }}
30+
2531 - name : Configure AWS credentials
2632 uses : aws-actions/configure-aws-credentials@8df5847569e6427dd6c4fb1cf565c83acfa8afa7 # 6.0.0
2733 with :
You can’t perform that action at this time.
0 commit comments