Skip to content

Commit f9e0786

Browse files
authored
🔖 Update latest release (#128)
1 parent 2bf7a8d commit f9e0786

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
@@ -37,7 +37,7 @@ jobs:
3737
uses: actions/checkout@v3
3838

3939
- name: GitOps (build, push and deploy a new Docker image)
40-
uses: Staffbase/gitops-github-action@v6.0
40+
uses: Staffbase/gitops-github-action@v7.0
4141
with:
4242
docker-username: ${{ vars.HARBOR_USERNAME }}
4343
docker-password: ${{ secrets.HARBOR_PASSWORD }}
@@ -69,7 +69,7 @@ jobs:
6969
uses: actions/checkout@v3
7070

7171
- name: GitOps (build and push a new Docker image)
72-
uses: Staffbase/gitops-github-action@v6.0
72+
uses: Staffbase/gitops-github-action@v7.0
7373
with:
7474
docker-username: ${{ vars.HARBOR_USERNAME }}
7575
docker-password: ${{ secrets.HARBOR_PASSWORD }}
@@ -94,7 +94,7 @@ jobs:
9494
uses: actions/checkout@v3
9595

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

0 commit comments

Comments
 (0)