Skip to content

Commit

Permalink
Merge pull request #2416 from DFE-Digital/1822-updated-pipelines-to-u…
Browse files Browse the repository at this point in the history
…se-setup-kubectl-github-shared-action

Updated pipeline to use shared action
  • Loading branch information
VenkataChalla554 authored Sep 24, 2024
2 parents d901f79 + b291bac commit ed7f786
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/database.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
echo "container-name=$(terraform output -raw postgres_azure_backup_storage_container_name)" >> $GITHUB_OUTPUT
- name: Install kubectl
uses: azure/setup-kubectl@v4
uses: DFE-Digital/github-actions/set-kubectl@master

- name: Install konduit
run: make install-konduit
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
azure-credentials: ${{ secrets.AZURE_CREDENTIALS }}

- name: Install kubectl
uses: azure/setup-kubectl@v4
uses: DFE-Digital/github-actions/set-kubectl@master

- name: Install konduit
run: make install-konduit
Expand Down

0 comments on commit ed7f786

Please sign in to comment.