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