Update .gitea/workflows/publish-package.yml
This commit is contained in:
@@ -15,8 +15,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Install Docker client on Alpine (if using container)
|
- name: Install Docker client on Alpine (if using container)
|
||||||
run: |
|
run: |
|
||||||
apk update
|
sudo apt-get update
|
||||||
apk add --no-cache docker
|
sudo apt-get install -y docker.io
|
||||||
shell: sh
|
shell: sh
|
||||||
|
|
||||||
- name: Login al registry Gitea
|
- name: Login al registry Gitea
|
||||||
|
|||||||
Reference in New Issue
Block a user