Prova pipeline 5
Some checks failed
Compila e pubblica sul registro integrato / Build-Docker-Image (push) Failing after 4s
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 4s

This commit is contained in:
La Programmatrice Verde
2025-12-30 00:07:08 +01:00
parent 0ce2925e5c
commit d139f10962
2 changed files with 9 additions and 9 deletions

View File

@@ -1,9 +1,5 @@
name: Compila e pubblica sul registro integrato
on:
push:
branches:
- 'main'
workflow_dispatch:
on: [push]
jobs:
Build-Docker-Image:
@@ -13,8 +9,10 @@ jobs:
- name: Login to Docker Registry
run: echo "${{ secrets.REGISTRYTOKEN }}" | docker login "${{ vars.REGISTRY_URL }}" -u "${{ github.repository_owner }}" --password-stdin
- name: Checkout Code
uses: actions/checkout@v4
- name: Checkout Repository (sha-256 patch)
uses: https://github.com/yangskyboxlabs/action-checkout@b9de40a2281eb217887b8290be4254823d67a20b # Same as actions/checkout@v4, but with sha256
with:
object-format: sha256
- name: Build Docker image
run: |