test workflow build and push on gitea registry
This commit is contained in:
parent
9a87fe7943
commit
eb7ff92322
|
@ -56,7 +56,7 @@ jobs:
|
||||||
- name: Install Docker
|
- name: Install Docker
|
||||||
run: |
|
run: |
|
||||||
apt update
|
apt update
|
||||||
apt install -y docker.io
|
apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
|
||||||
dockerd &
|
dockerd &
|
||||||
|
|
||||||
- name: Verify Docker installation
|
- name: Verify Docker installation
|
||||||
|
|
Loading…
Reference in New Issue