Skip to content

Commit 570d165

Browse files
authored
Update README.md bump version
1 parent 0f10bc1 commit 570d165

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: actions/checkout@v3
3535

3636
- name: GitOps (build, push and deploy a new Docker image)
37-
uses: Staffbase/gitops-github-action@v4
37+
uses: Staffbase/gitops-github-action@v5
3838
with:
3939
docker-username: ${{ secrets.ARTIFACTORY_USERNAME }}
4040
docker-password: ${{ secrets.ARTIFACTORY_PASSWORD }}
@@ -66,7 +66,7 @@ jobs:
6666
uses: actions/checkout@v3
6767

6868
- name: GitOps (build and push a new Docker image)
69-
uses: Staffbase/gitops-github-action@v4
69+
uses: Staffbase/gitops-github-action@v5
7070
with:
7171
docker-username: ${{ secrets.ARTIFACTORY_USERNAME }}
7272
docker-password: ${{ secrets.ARTIFACTORY_PASSWORD }}
@@ -91,7 +91,7 @@ jobs:
9191
uses: actions/checkout@v3
9292

9393
- name: GitOps (deploy a new Docker image)
94-
uses: Staffbase/gitops-github-action@v4
94+
uses: Staffbase/gitops-github-action@v5
9595
with:
9696
docker-image: private/diablo-redbook
9797
gitops-token: ${{ secrets.GITOPS_TOKEN }}

0 commit comments

Comments
 (0)