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
b253f4159e
commit
974a8b071a
|
@ -12,6 +12,10 @@ jobs:
|
|||
container:
|
||||
image: ghcr.io/catthehacker/ubuntu:act-latest
|
||||
|
||||
env:
|
||||
- name: DOCKER_HOST
|
||||
value: tcp://localhost:2375
|
||||
|
||||
steps:
|
||||
- name: Checkout Repository
|
||||
uses: actions/checkout@v2
|
||||
|
|
Loading…
Reference in New Issue