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 2e4b5c9 commit c048469Copy full SHA for c048469
.github/workflows/build-kaniko-docker.yaml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: fetch-repos-bot-runner-k8s-kaniko
10
# Run the whole job *inside* Kaniko’s image — no docker:// indirection
11
container:
12
- image: gcr.io/kaniko-project/executor:v1.23.2-debug
+ image: gcr.io/kaniko-project/executor:v1.23.2
13
permissions:
14
contents: read # checkout
15
packages: write # push to GHCR
0 commit comments