test workflow build and push on gitea registry
Build and Push Docker Image / test (push) Failing after 16s
Details
Build and Push Docker Image / test (push) Failing after 16s
Details
This commit is contained in:
parent
09a72d4b44
commit
c6ec354d6d
|
@ -26,7 +26,7 @@ jobs:
|
||||||
- name: Install Docker
|
- name: Install Docker
|
||||||
run: |
|
run: |
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install ca-certificates curl
|
apt-get install -y ca-certificates curl
|
||||||
install -m 0755 -d /etc/apt/keyrings
|
install -m 0755 -d /etc/apt/keyrings
|
||||||
curl -fsSL https://download.docker.com/linux/ubuntu/gpg -o /etc/apt/keyrings/docker.asc
|
curl -fsSL https://download.docker.com/linux/ubuntu/gpg -o /etc/apt/keyrings/docker.asc
|
||||||
chmod a+r /etc/apt/keyrings/docker.asc
|
chmod a+r /etc/apt/keyrings/docker.asc
|
||||||
|
|
Loading…
Reference in New Issue