Update .gitea/workflows/publish-package.yml
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user