Skip to content

Commit

Permalink
⏪ revert direct gitops usage
Browse files Browse the repository at this point in the history
  • Loading branch information
flaxel committed Jun 3, 2022
1 parent 3bc5bca commit e8ba352
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/template_gitops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,14 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- uses: actions/checkout@v3
with:
repository: Staffbase/gitops-github-action
ref: v3
path: .github/gitops

- name: GitOps (build, push and deploy a new Docker image)
uses: Staffbase/gitops-github-action@v3
uses: ./.github/gitops
with:
dockerusername: ${{ secrets.docker_username }}
dockerpassword: ${{ secrets.docker_password }}
Expand Down

0 comments on commit e8ba352

Please sign in to comment.