Skip to content

Commit

Permalink
ci use actions-hub/kubectl@1.26.3
Browse files Browse the repository at this point in the history
  • Loading branch information
majodev committed Oct 6, 2023
1 parent 8d5f2b6 commit 4eb98f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-publish-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:

- name: Set image on dev cluster
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/dev' }}
uses: actions-hub/kubectl@1.26.6
uses: actions-hub/kubectl@1.26.3
env:
KUBE_CONFIG: ${{ secrets.KUBE_CONFIG_DEV }}
NAMESPACE: gwfh-dev
Expand All @@ -64,7 +64,7 @@ jobs:

- name: Set image on prod cluster
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
uses: actions-hub/kubectl@1.26.6
uses: actions-hub/kubectl@1.26.3
env:
KUBE_CONFIG: ${{ secrets.KUBE_CONFIG_PROD }}
NAMESPACE: gwfh-prod
Expand Down

0 comments on commit 4eb98f8

Please sign in to comment.