test workflow build and push on gitea registry
Build and Push Docker Image / build_and_push (push) Has been cancelled
Details
Build and Push Docker Image / build_and_push (push) Has been cancelled
Details
This commit is contained in:
parent
24e89bd151
commit
b1fbc33792
|
@ -13,11 +13,11 @@ jobs:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
# # Installation de Docker
|
# Installation de Docker
|
||||||
# - name: Install Docker
|
- name: Install Docker
|
||||||
# run: |
|
run: |
|
||||||
# apt-get update
|
apt-get update
|
||||||
# apt-get install -y docker.io
|
apt-get install -y docker.io
|
||||||
|
|
||||||
- name: Login to Docker Registry
|
- name: Login to Docker Registry
|
||||||
uses: docker/login-action@v1
|
uses: docker/login-action@v1
|
||||||
|
|
Loading…
Reference in New Issue