Skip to content

Commit 70900aa

Browse files
committed
fix: remove container specification for Kaniko job
1 parent e4a7146 commit 70900aa

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ concurrency:
2323
jobs:
2424
build-to-ghcr:
2525
runs-on: fetch-repos-bot-runner-k8s-kaniko # self-hosted label
26-
container:
27-
image: gcr.io/kaniko-project/executor:v1.23.2-debug
28-
options: --privileged # lets Kaniko access /proc/…
2926
permissions:
3027
contents: read
3128
packages: write # push to GHCR

0 commit comments

Comments
 (0)