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

This commit is contained in:
Nicolas CARON 2024-03-07 09:08:08 +01:00
parent de14e3c440
commit c15d7469ba
1 changed files with 2 additions and 2 deletions

View File

@ -17,8 +17,8 @@ jobs:
- name: Install Docker
run: curl -fsSL https://get.docker.com | sh
- name: Add user to docker group
run: usermod -aG docker $USER
- name: Start Docker
run: systemctl start docker
# - name: Login to Docker Registry
# uses: docker/login-action@v1
# with: