Skip to content

Commit

Permalink
Merge pull request #93 from Staffbase/axdotl-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
axdotl authored Jul 31, 2024
2 parents a8cdf14 + e2c61aa commit 150c675
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,17 @@ jobs:
ci-cd:
name: Build, Push and Deploy

runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

steps:
- name: Checkout
uses: actions/checkout@v3

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

runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

steps:
- name: Checkout
uses: actions/checkout@v3

- name: GitOps (build and push a new Docker image)
uses: Staffbase/gitops-github-action@v5
uses: Staffbase/gitops-github-action@v6.0
with:
docker-username: ${{ secrets.ARTIFACTORY_USERNAME }}
docker-password: ${{ secrets.ARTIFACTORY_PASSWORD }}
docker-username: ${{ secrets.HARBOR_USERNAME }}
docker-password: ${{ secrets.HARBOR_PASSWORD }}
docker-image: private/diablo-redbook
```
Expand All @@ -85,14 +85,14 @@ jobs:
ci-cd:
name: Deploy

runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

steps:
- name: Checkout
uses: actions/checkout@v3

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

0 comments on commit 150c675

Please sign in to comment.