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 61
61
username : ${{ secrets.DOCKERHUB_USERNAME }}
62
62
password : ${{ secrets.DOCKERHUB_PASSWORD }}
63
63
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
67
67
68
68
- name : Pull Build Base
69
69
run : |
@@ -136,11 +136,11 @@ jobs:
136
136
username : ${{ secrets.DOCKERHUB_USERNAME }}
137
137
password : ${{ secrets.DOCKERHUB_PASSWORD }}
138
138
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
144
144
145
145
- name : Pull Build Base
146
146
run : |
You can’t perform that action at this time.
0 commit comments