Skip to content

Commit

Permalink
Updated base image to v1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ironhalik committed Jun 28, 2024
1 parent 444c9a2 commit a7ec749
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ jobs:
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: ShellCheck
uses: ludeeus/action-shellcheck@1.1.0
uses: ludeeus/action-shellcheck@2.0.0
with:
ignore: Dockerfile
ignore_paths: >-
Dockerfile
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM ghcr.io/ironhalik/kubectl-action:v1.2
FROM ghcr.io/ironhalik/kubectl-action:v1.4

COPY helm-action.sh /usr/local/bin/kubectl-action.d/

0 comments on commit a7ec749

Please sign in to comment.