This commit is contained in:
parent
96b58b7aa9
commit
4d18f2621d
1 changed files with 2 additions and 1 deletions
|
|
@ -10,7 +10,6 @@ jobs:
|
||||||
|
|
||||||
- run: |
|
- run: |
|
||||||
cd server-scripts/desec-ip-sync/
|
cd server-scripts/desec-ip-sync/
|
||||||
whoami
|
|
||||||
apt update
|
apt update
|
||||||
apt install ca-certificates curl
|
apt install ca-certificates curl
|
||||||
install -m 0755 -d /etc/apt/keyrings
|
install -m 0755 -d /etc/apt/keyrings
|
||||||
|
|
@ -28,6 +27,8 @@ jobs:
|
||||||
apt update
|
apt update
|
||||||
apt install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin -y
|
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
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue