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

This commit is contained in:
Nicolas CARON 2024-03-13 09:21:01 +01:00
parent d5b575d9f9
commit 8cf1414944
1 changed files with 0 additions and 1 deletions

View File

@ -29,7 +29,6 @@ jobs:
tee /etc/apt/sources.list.d/docker.list > /dev/null
apt-get update
apt-get install -y docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
groupadd docker
usermod -aG docker $USER
- name: Login to Docker Registry