test
Build and Push Docker Image / checkout_repository (push) Failing after 31s Details

This commit is contained in:
Nicolas CARON 2024-03-21 11:41:21 +01:00
parent a3ee7cc98e
commit 604322aa25
1 changed files with 3 additions and 1 deletions

View File

@ -15,7 +15,9 @@ jobs:
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Install Docker - name: Install Docker
run: curl -fsSL https://get.docker.com/rootless | sh run: |
apt-get update
apt-get install -y docker.io
- name: Login to Docker Registry - name: Login to Docker Registry
uses: docker/login-action@v2 uses: docker/login-action@v2