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