parent
51e27d10b8
commit
dcf6dcea01
1 changed files with 0 additions and 18 deletions
|
|
@ -10,24 +10,6 @@ jobs:
|
||||||
|
|
||||||
- run: |
|
- run: |
|
||||||
cd server-scripts/desec-ip-sync/
|
cd server-scripts/desec-ip-sync/
|
||||||
apt update
|
|
||||||
apt install ca-certificates curl
|
|
||||||
install -m 0755 -d /etc/apt/keyrings
|
|
||||||
curl -fsSL https://download.docker.com/linux/debian/gpg -o /etc/apt/keyrings/docker.asc
|
|
||||||
chmod a+r /etc/apt/keyrings/docker.asc
|
|
||||||
|
|
||||||
tee /etc/apt/sources.list.d/docker.sources <<EOF
|
|
||||||
Types: deb
|
|
||||||
URIs: https://download.docker.com/linux/debian
|
|
||||||
Suites: $(. /etc/os-release && echo "$VERSION_CODENAME")
|
|
||||||
Components: stable
|
|
||||||
Signed-By: /etc/apt/keyrings/docker.asc
|
|
||||||
EOF
|
|
||||||
|
|
||||||
apt update
|
|
||||||
apt install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin -y
|
|
||||||
|
|
||||||
systemctl start docker
|
|
||||||
|
|
||||||
- name: Login to Forgejo Container Registry
|
- name: Login to Forgejo Container Registry
|
||||||
uses: docker/login-action@v4
|
uses: docker/login-action@v4
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue