Skip to content

Commit 150c675

Browse files
authored
Merge pull request #93 from Staffbase/axdotl-patch-1
Update README.md
2 parents a8cdf14 + e2c61aa commit 150c675

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,17 @@ jobs:
2828
ci-cd:
2929
name: Build, Push and Deploy
3030

31-
runs-on: ubuntu-20.04
31+
runs-on: ubuntu-22.04
3232

3333
steps:
3434
- name: Checkout
3535
uses: actions/checkout@v3
3636

3737
- name: GitOps (build, push and deploy a new Docker image)
38-
uses: Staffbase/gitops-github-action@v5
38+
uses: Staffbase/gitops-github-action@v6.0
3939
with:
40-
docker-username: ${{ secrets.ARTIFACTORY_USERNAME }}
41-
docker-password: ${{ secrets.ARTIFACTORY_PASSWORD }}
40+
docker-username: ${{ secrets.HARBOR_USERNAME }}
41+
docker-password: ${{ secrets.HARBOR_PASSWORD }}
4242
docker-image: private/diablo-redbook
4343
gitops-token: ${{ secrets.GITOPS_TOKEN }}
4444
gitops-dev: |-
@@ -60,17 +60,17 @@ jobs:
6060
ci-cd:
6161
name: Build and Push
6262

63-
runs-on: ubuntu-20.04
63+
runs-on: ubuntu-22.04
6464

6565
steps:
6666
- name: Checkout
6767
uses: actions/checkout@v3
6868

6969
- name: GitOps (build and push a new Docker image)
70-
uses: Staffbase/gitops-github-action@v5
70+
uses: Staffbase/gitops-github-action@v6.0
7171
with:
72-
docker-username: ${{ secrets.ARTIFACTORY_USERNAME }}
73-
docker-password: ${{ secrets.ARTIFACTORY_PASSWORD }}
72+
docker-username: ${{ secrets.HARBOR_USERNAME }}
73+
docker-password: ${{ secrets.HARBOR_PASSWORD }}
7474
docker-image: private/diablo-redbook
7575
```
7676
@@ -85,14 +85,14 @@ jobs:
8585
ci-cd:
8686
name: Deploy
8787

88-
runs-on: ubuntu-20.04
88+
runs-on: ubuntu-22.04
8989

9090
steps:
9191
- name: Checkout
9292
uses: actions/checkout@v3
9393

9494
- name: GitOps (deploy a new Docker image)
95-
uses: Staffbase/gitops-github-action@v5
95+
uses: Staffbase/gitops-github-action@v6.0
9696
with:
9797
docker-image: private/diablo-redbook
9898
gitops-token: ${{ secrets.GITOPS_TOKEN }}

0 commit comments

Comments
 (0)