File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 88 build_and_publish :
99 runs-on : ubuntu-latest
1010 steps :
11+ - uses : actions/checkout@v3
1112 -
1213 name : Set up QEMU
1314 uses : docker/setup-qemu-action@v2
@@ -27,10 +28,10 @@ jobs:
2728 push : true
2829 tags : larscom/gitlab-ci-dashboard:latest,larscom/gitlab-ci-dashboard:${{ github.ref_name }}
2930 -
30- name : Update description
31+ name : Update README
3132 uses : peter-evans/dockerhub-description@v2
3233 with :
3334 username : ${{ secrets.DOCKERHUB_USERNAME }}
34- password : ${{ secrets.DOCKERHUB_TOKEN }}
35+ password : ${{ secrets.DOCKERHUB_PASSWORD }}
3536 repository : larscom/gitlab-ci-dashboard
3637 short-description : ${{ github.event.repository.description }}
Original file line number Diff line number Diff line change 11{
22 "name" : " gitlab-ci-dashboard" ,
3- "version" : " 0.0.1 " ,
3+ "version" : " 0.0.0 " ,
44 "scripts" : {
55 "ng" : " ng" ,
66 "start" : " ng serve --proxy-config proxy.conf.js" ,
You can’t perform that action at this time.
0 commit comments