Skip to content

Commit c048469

Browse files
committed
fix: update Kaniko executor image to remove debug suffix for consistency
1 parent 2e4b5c9 commit c048469

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-kaniko-docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: fetch-repos-bot-runner-k8s-kaniko
1010
# Run the whole job *inside* Kaniko’s image — no docker:// indirection
1111
container:
12-
image: gcr.io/kaniko-project/executor:v1.23.2-debug
12+
image: gcr.io/kaniko-project/executor:v1.23.2
1313
permissions:
1414
contents: read # checkout
1515
packages: write # push to GHCR

0 commit comments

Comments
 (0)