test workflow build and push on gitea registry
This commit is contained in:
parent
9b836bf4c8
commit
2cc271561d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue