test
Build and Push Docker Image / checkout_repository (push) Failing after 2s
Details
Build and Push Docker Image / checkout_repository (push) Failing after 2s
Details
This commit is contained in:
parent
e9b9dd889c
commit
a76e039e82
|
@ -16,12 +16,12 @@ jobs:
|
||||||
# - name: Checkout Repository
|
# - name: Checkout Repository
|
||||||
# uses: actions/checkout@v2
|
# uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Login to Docker Registry
|
# - name: Login to Docker Registry
|
||||||
uses: docker/login-action@v2
|
# uses: docker/login-action@v2
|
||||||
with:
|
# with:
|
||||||
registry: git.coopgo.io
|
# registry: git.coopgo.io
|
||||||
username: ncaron
|
# username: ncaron
|
||||||
password: 6744954b4a3a43422e62e8d110f90de527ce094d
|
# password: 6744954b4a3a43422e62e8d110f90de527ce094d
|
||||||
|
|
||||||
|
|
||||||
- name: Build and Push Docker Image
|
- name: Build and Push Docker Image
|
||||||
|
|
Loading…
Reference in New Issue