test
Build and Push Docker Image / checkout_repository (push) Failing after 7s
Details
Build and Push Docker Image / checkout_repository (push) Failing after 7s
Details
This commit is contained in:
parent
e38fb54459
commit
a3ee7cc98e
|
@ -15,7 +15,7 @@ jobs:
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Install Docker
|
- name: Install Docker
|
||||||
run: curl -fsSL https://get.docker.com | sh
|
run: curl -fsSL https://get.docker.com/rootless | sh
|
||||||
|
|
||||||
- name: Login to Docker Registry
|
- name: Login to Docker Registry
|
||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v2
|
||||||
|
|
Loading…
Reference in New Issue