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

This commit is contained in:
Nicolas CARON 2024-03-15 11:45:59 +01:00
parent 09c7d11188
commit f9fea0864a
1 changed files with 2 additions and 2 deletions

View File

@ -26,11 +26,11 @@ jobs:
- name: Install Docker - name: Install Docker
run: | run: |
apt-get update apt-get update
apt-get install apt-transport-https ca-certificates curl software-properties-common apt-get install -y apt-transport-https ca-certificates curl software-properties-common
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add - curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add -
add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
apt-get update apt-get update
apt-get install docker-ce apt-get install -y docker-ce
docker --version docker --version
- name: Login to Docker Registry - name: Login to Docker Registry