test workflow build and push on gitea registry
Build and Push Docker Image / build_and_push (push) Has been cancelled Details

This commit is contained in:
Nicolas CARON 2024-03-06 12:19:37 +01:00
parent 24e89bd151
commit b1fbc33792
1 changed files with 5 additions and 5 deletions

View File

@ -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