@@ -42,10 +42,10 @@ jobs:
42
42
echo "BRANCH=$([ -z '${{ github.event.pull_request.head.sha }}' ] && echo ${GITHUB_REF#refs/*/} || echo $GITHUB_HEAD_REF)" >> $GITHUB_ENV
43
43
echo "SHA=$([ -z '${{ github.event.pull_request.head.sha }}' ] && echo $GITHUB_SHA || echo '${{ github.event.pull_request.head.sha }}')" >> $GITHUB_ENV
44
44
45
- - name : Setup go
46
- uses : actions/setup-go@v4
47
- with :
48
- go-version : ^1.21 # The Go version to download (if necessary) and use.
45
+ # - name: Setup go
46
+ # uses: actions/setup-go@v4
47
+ # with:
48
+ # go-version: ^1.21 # The Go version to download (if necessary) and use.
49
49
50
50
- name : Clone blobber
51
51
uses : actions/checkout@v3
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 : |
@@ -118,10 +118,10 @@ jobs:
118
118
echo "BRANCH=$([ -z '${{ github.event.pull_request.head.sha }}' ] && echo ${GITHUB_REF#refs/*/} || echo $GITHUB_HEAD_REF)" >> $GITHUB_ENV
119
119
echo "SHA=$([ -z '${{ github.event.pull_request.head.sha }}' ] && echo $GITHUB_SHA || echo '${{ github.event.pull_request.head.sha }}')" >> $GITHUB_ENV
120
120
121
- - name : Setup go
122
- uses : actions/setup-go@v4
123
- with :
124
- go-version : ^1.21 # The Go version to download (if necessary) and use.
121
+ # - name: Setup go
122
+ # uses: actions/setup-go@v4
123
+ # with:
124
+ # go-version: ^1.21 # The Go version to download (if necessary) and use.
125
125
126
126
- name : Clone blobber
127
127
uses : actions/checkout@v3
@@ -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 : |
0 commit comments