test workflow build and push on gitea registry
Build and Push Docker Image / test (push) Failing after 13s
Details
Build and Push Docker Image / test (push) Failing after 13s
Details
This commit is contained in:
parent
62a756d2f3
commit
09c7d11188
|
@ -25,12 +25,12 @@ jobs:
|
||||||
|
|
||||||
- name: Install Docker
|
- name: Install Docker
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
apt-get update
|
||||||
sudo apt-get install apt-transport-https ca-certificates curl software-properties-common
|
apt-get install apt-transport-https ca-certificates curl software-properties-common
|
||||||
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
|
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add -
|
||||||
sudo 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"
|
||||||
sudo apt-get update
|
apt-get update
|
||||||
sudo apt-get install docker-ce
|
apt-get install docker-ce
|
||||||
docker --version
|
docker --version
|
||||||
|
|
||||||
- name: Login to Docker Registry
|
- name: Login to Docker Registry
|
||||||
|
|
Loading…
Reference in New Issue