From bac39121bd9c074f723a806b647d7979517a5480 Mon Sep 17 00:00:00 2001 From: Nicolas Caron Date: Wed, 20 Mar 2024 11:46:03 +0100 Subject: [PATCH] test --- .github/workflows/build.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a40d515..415a335 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,16 +8,12 @@ on: jobs: build-and-push: - runs-on: ubuntu-latest + runs-on: ubuntu-latest + container: gcr.io/kaniko-project/executor steps: - name: Checkout repository uses: actions/checkout@v2 - - - name: Install Kaniko - run: | - mkdir -p /kaniko && \ - curl -L https://github.com/GoogleContainerTools/kaniko/releases/download/v1.21.1/kaniko-v1.21.1.tar.gz | tar xz -C /kaniko && \ - chmod +x /kaniko/executor + - name: Build and Push Docker Image run: |