We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dff25d commit 7dd113aCopy full SHA for 7dd113a
1 file changed
.github/workflows/build-backend.yml
@@ -9,6 +9,8 @@ jobs:
9
build:
10
name: Build
11
runs-on: ${{ format('arm64-fargate-{0}{1}{2}', github.run_id, github.run_number, github.run_attempt) }}
12
+ container:
13
+ image: gcr.io/kaniko-project/executor:debug
14
steps:
15
- uses: actions/checkout@v4
16
with:
0 commit comments