test workflow build and push on gitea registry
Build and Push Docker Image / test (push) Failing after 33s
Details
Build and Push Docker Image / test (push) Failing after 33s
Details
This commit is contained in:
parent
09c7d11188
commit
f9fea0864a
|
@ -26,11 +26,11 @@ jobs:
|
|||
- name: Install Docker
|
||||
run: |
|
||||
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 -
|
||||
add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
|
||||
apt-get update
|
||||
apt-get install docker-ce
|
||||
apt-get install -y docker-ce
|
||||
docker --version
|
||||
|
||||
- name: Login to Docker Registry
|
||||
|
|
Loading…
Reference in New Issue