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
|
||||
uses: actions/checkout@v2
|
||||
|
||||
# # Installation de Docker
|
||||
# - name: Install Docker
|
||||
# run: |
|
||||
# apt-get update
|
||||
# apt-get install -y docker.io
|
||||
# Installation de Docker
|
||||
- name: Install Docker
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get install -y docker.io
|
||||
|
||||
- name: Login to Docker Registry
|
||||
uses: docker/login-action@v1
|
||||
|
|
Loading…
Reference in New Issue