Skip to content

Commit 27ebeed

Browse files
committed
fix yaml
1 parent ef41e81 commit 27ebeed

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/docker-publish.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ jobs:
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 }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)