We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcd253c commit 0c71c56Copy full SHA for 0c71c56
1 file changed
.github/workflows/test-the-boilerplate.yml
@@ -4,7 +4,7 @@ on: [push]
4
jobs:
5
test-boilerplate:
6
runs-on: ubuntu-latest
7
- container: bitnami/kubectl:1.32@sha256:11b8ccee9b41b63270e116a07ffc7fd75446363f19d5332acebc5496e9a9ec86
+ container: bitnami/kubectl:1.32@sha256:0ed36a7f6a94c1b82d70811ed03caf3df92b4b2b8f8817d0f726f0f3a26e64af
8
steps:
9
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
10
- run: ./testing/test.sh
0 commit comments