test
Build and Push Docker Image / checkout_repository (push) Failing after 4s
Details
Build and Push Docker Image / checkout_repository (push) Failing after 4s
Details
This commit is contained in:
parent
b99dfde7e1
commit
aef4362b04
|
@ -17,9 +17,23 @@ jobs:
|
||||||
|
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Set up Docker Buildx
|
- name: Login to Docker Registry
|
||||||
uses: docker/setup-buildx-action@v2
|
uses: docker/login-action@v2
|
||||||
|
with:
|
||||||
|
registry: git.coopgo.io
|
||||||
|
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: Check folders
|
- name: Check folders
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue