test workflow build and push on gitea registry
Build and Push Docker Image / build_and_push (push) Failing after 37s Details

This commit is contained in:
Nicolas CARON 2024-03-08 17:19:36 +01:00
parent c7e3b96483
commit 5f3a9c4b89
1 changed files with 4 additions and 5 deletions

View File

@ -16,11 +16,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
# Installation de Docker
# - name: Install Docker
# run: |
# apt-get update
# apt-get install -y docker.io
- name: Install Docker
run: |
apt-get update
apt-get install -y docker.io
- name: Login to Docker Registry
uses: docker/login-action@v2