From d36abf1c238d5c50e855b8a4d6966124785be17d Mon Sep 17 00:00:00 2001 From: Nicolas Caron Date: Wed, 20 Mar 2024 11:21:00 +0100 Subject: [PATCH] test --- .github/workflows/build.yml | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a913855..31bc7a9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,6 +9,8 @@ on: jobs: checkout_repository: runs-on: ubuntu-latest + container: + image: gcr.io/kaniko-project/executor:v1.21.1 steps: - name: Check folders run: | @@ -25,15 +27,15 @@ jobs: username: ncaron password: 6744954b4a3a43422e62e8d110f90de527ce094d - # - name: Use Kaniko - # uses: int128/kaninko-action@v1 - # with: - # context: . - # dockerfile: Dockerfile - # destination: git.coopgo.io/coopgo-platform/mobility-accounts:test - # build-args: | - # ACCESS_TOKEN_USR=ncaron - # ACCESS_TOKEN_PWD=6744954b4a3a43422e62e8d110f90de527ce094d + - name: Use Kaniko + uses: int128/kaninko-action@v1 + with: + context: . + dockerfile: Dockerfile + destination: git.coopgo.io/coopgo-platform/mobility-accounts:test + build-args: | + ACCESS_TOKEN_USR=ncaron + ACCESS_TOKEN_PWD=6744954b4a3a43422e62e8d110f90de527ce094d - name: Check folders run: |