test workflow build and push on gitea registry
Some checks failed
Build and Push Docker Image / checkout_repository (push) Successful in 5s
Build and Push Docker Image / login_docker_registry (push) Successful in 6s
Build and Push Docker Image / build_and_push_image (push) Failing after 23s

This commit is contained in:
2024-03-13 14:33:47 +01:00
parent 9b836bf4c8
commit 2cc271561d

View File

@@ -56,7 +56,7 @@ jobs:
- name: Add Docker Repository
run: |
apt-get update
apt-get install ca-certificates curl
apt-get install -y ca-certificates curl
install -m 0755 -d /etc/apt/keyrings
curl -fsSL https://download.docker.com/linux/ubuntu/gpg -o /etc/apt/keyrings/docker.asc
chmod a+r /etc/apt/keyrings/docker.asc