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

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

View File

@ -29,6 +29,8 @@ jobs:
tee /etc/apt/sources.list.d/docker.list > /dev/null tee /etc/apt/sources.list.d/docker.list > /dev/null
apt-get update apt-get update
apt-get install -y docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin 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 - name: Login to Docker Registry
uses: docker/login-action@v2 uses: docker/login-action@v2