File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 6161 username : ${{ secrets.DOCKERHUB_USERNAME }}
6262 password : ${{ secrets.DOCKERHUB_PASSWORD }}
6363
64- - name : Get changed files using defaults
65- id : changed-files
66- uses : tj-actions/changed-files@v18.4
64+ # - name: Get changed files using defaults
65+ # id: changed-files
66+ # uses: tj-actions/changed-files@v18.4
6767
6868 - name : Pull Build Base
6969 run : |
@@ -136,11 +136,11 @@ jobs:
136136 username : ${{ secrets.DOCKERHUB_USERNAME }}
137137 password : ${{ secrets.DOCKERHUB_PASSWORD }}
138138
139- - name : Get changed files using defaults
140- id : changed-files
141- uses : tj-actions/changed-files@v18.4
142- with :
143- fetch-depth : 0
139+ # - name: Get changed files using defaults
140+ # id: changed-files
141+ # uses: tj-actions/changed-files@v18.4
142+ # with:
143+ # fetch-depth: 0
144144
145145 - name : Pull Build Base
146146 run : |
You can’t perform that action at this time.
0 commit comments