We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5009333 commit 6e88b83Copy full SHA for 6e88b83
1 file changed
README.md
@@ -39,7 +39,7 @@ jobs:
39
- name: GitOps (build, push and deploy a new Docker image)
40
uses: Staffbase/gitops-github-action@v6.0
41
with:
42
- docker-username: ${{ secrets.HARBOR_USERNAME }}
+ docker-username: ${{ vars.HARBOR_USERNAME }}
43
docker-password: ${{ secrets.HARBOR_PASSWORD }}
44
docker-image: private/diablo-redbook
45
gitops-token: ${{ secrets.GITOPS_TOKEN }}
@@ -71,7 +71,7 @@ jobs:
71
- name: GitOps (build and push a new Docker image)
72
73
74
75
76
77
```
0 commit comments