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
|
||||
run: |
|
||||
apt update
|
||||
apt install -y docker.io
|
||||
apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
|
||||
dockerd &
|
||||
|
||||
- name: Verify Docker installation
|
||||
|
|
Loading…
Reference in New Issue