test workflow build and push on gitea registry
Build and Push Docker Image / build_and_push (push) Failing after 8s
Details
Build and Push Docker Image / build_and_push (push) Failing after 8s
Details
This commit is contained in:
parent
4535715db1
commit
cb5b30bc47
|
@ -13,9 +13,11 @@ jobs:
|
|||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Who am I?
|
||||
run: whoami
|
||||
# Installation de Docker
|
||||
- name: Install Docker
|
||||
run: curl -fsSL https://get.docker.com | sh
|
||||
# - name: Install Docker
|
||||
# run: curl -fsSL https://get.docker.com | sh
|
||||
|
||||
# - name: Login to Docker Registry
|
||||
# uses: docker/login-action@v1
|
||||
|
|
Loading…
Reference in New Issue