test workflow build and push on gitea registry
Some checks failed
Build and Push Docker Image / test (push) Failing after 33s
Some checks failed
Build and Push Docker Image / test (push) Failing after 33s
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user