File tree 1 file changed +7
-12
lines changed
1 file changed +7
-12
lines changed Original file line number Diff line number Diff line change @@ -237,21 +237,16 @@ jobs:
237
237
docker :
238
238
needs : parse
239
239
if : ${{ github.repository == 'Ericsson/CodeCompass' && (github.ref_name == 'master' || startsWith(github.ref_name, 'release/') == true) }}
240
-
241
- runs-on : ubuntu-20.04
242
- steps :
243
- - name : Build Docker images
244
- uses : ./.github/workflows/docker.yml
245
- with :
246
- tag-latest : ${{ github.ref_name == 'master' }}
240
+ uses : ./.github/workflows/docker.yml
241
+ with :
242
+ tag-latest : ${{ github.ref_name == 'master' }}
243
+ secrets :
244
+ DOCKERHUB_USERNAME : ${{ secrets.DOCKERHUB_USERNAME }}
245
+ DOCKERHUB_TOKEN : ${{ secrets.DOCKERHUB_TOKEN }}
247
246
248
247
249
248
# # TARBALL JOB
250
249
tarball :
251
250
needs : parse
252
251
if : ${{ github.repository == 'Ericsson/CodeCompass' && (github.ref_name == 'master' || startsWith(github.ref_name, 'release/') == true) }}
253
-
254
- runs-on : ubuntu-20.04
255
- steps :
256
- - name : Create Tarball
257
- uses : ./.github/workflows/tarball.yml
252
+ uses : ./.github/workflows/tarball.yml
You can’t perform that action at this time.
0 commit comments