File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 }}
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 }}
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 }}
You can’t perform that action at this time.
0 commit comments