Skip to content

Commit 234f563

Browse files
author
Maciej Wójcik
committed
ci: update kubectl action
1 parent 976b59a commit 234f563

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dev-deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
- name: Add SHORT_SHA env variable
1616
run: echo "SHORT_SHA=`echo ${GITHUB_SHA} | cut -c1-7`" >> $GITHUB_ENV
1717
- name: Deploy new image version
18-
uses: actions-hub/kubectl@v1.26.3
18+
uses: actions-hub/kubectl@v1.30.0
1919
with:
2020
args: --namespace defguard-dev set image deployment/defguard defguard=ghcr.io/defguard/defguard:sha-${{ env.SHORT_SHA }}

0 commit comments

Comments
 (0)