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

This commit is contained in:
Nicolas CARON 2024-03-15 11:50:38 +01:00
parent c6ec354d6d
commit cebf885278
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ jobs:
$(. /etc/os-release && echo "$VERSION_CODENAME") stable" | \
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
- name: Login to Docker Registry
uses: docker/login-action@v2