test workflow build and push on gitea registry
This commit is contained in:
parent
2cc271561d
commit
74bfd69f00
|
@ -68,7 +68,7 @@ jobs:
|
||||||
- name: Install Docker
|
- name: Install Docker
|
||||||
run: |
|
run: |
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
|
apt-get install -y 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