test
Build and Push Docker Image / checkout_repository (push) Failing after 4s Details

This commit is contained in:
Nicolas CARON 2024-03-20 11:21:00 +01:00
parent 9bb366864a
commit d36abf1c23
1 changed files with 11 additions and 9 deletions

View File

@ -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: |