Update .gitea/workflows/publish-package.yml

This commit is contained in:
2026-03-27 15:26:13 +00:00
parent c04c480ab7
commit a0b38ad75b
+2 -6
View File
@@ -8,17 +8,13 @@ on:
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container:
image: docker:24-git
steps: steps:
- name: Checkout codice - name: Checkout codice
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Install Docker client on Alpine (if using container)
run: |
sudo apt-get update
sudo apt-get install -y docker.io
shell: sh
- name: Login al registry Gitea - name: Login al registry Gitea
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with: