This commit is contained in:
20
.github/workflows/build.yml
vendored
20
.github/workflows/build.yml
vendored
@@ -9,6 +9,8 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
checkout_repository:
|
checkout_repository:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
container:
|
||||||
|
image: gcr.io/kaniko-project/executor:v1.21.1
|
||||||
steps:
|
steps:
|
||||||
- name: Check folders
|
- name: Check folders
|
||||||
run: |
|
run: |
|
||||||
@@ -25,15 +27,15 @@ jobs:
|
|||||||
username: ncaron
|
username: ncaron
|
||||||
password: 6744954b4a3a43422e62e8d110f90de527ce094d
|
password: 6744954b4a3a43422e62e8d110f90de527ce094d
|
||||||
|
|
||||||
# - name: Use Kaniko
|
- name: Use Kaniko
|
||||||
# uses: int128/kaninko-action@v1
|
uses: int128/kaninko-action@v1
|
||||||
# with:
|
with:
|
||||||
# context: .
|
context: .
|
||||||
# dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
# destination: git.coopgo.io/coopgo-platform/mobility-accounts:test
|
destination: git.coopgo.io/coopgo-platform/mobility-accounts:test
|
||||||
# build-args: |
|
build-args: |
|
||||||
# ACCESS_TOKEN_USR=ncaron
|
ACCESS_TOKEN_USR=ncaron
|
||||||
# ACCESS_TOKEN_PWD=6744954b4a3a43422e62e8d110f90de527ce094d
|
ACCESS_TOKEN_PWD=6744954b4a3a43422e62e8d110f90de527ce094d
|
||||||
|
|
||||||
- name: Check folders
|
- name: Check folders
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user