Prova pipeline finale
Some checks failed
Compila e pubblica sul registro integrato / Build-Docker-Image (push) Failing after 28s

This commit is contained in:
La Programmatrice Verde
2025-12-30 00:23:17 +01:00
parent 4d5ee0a966
commit 9fd1a1078f
2 changed files with 1 additions and 20 deletions

View File

@@ -4,7 +4,7 @@ on: [push]
jobs:
Build-Docker-Image:
runs-on: linux_amd64
container: alpine:latest
container: yobasystems/alpine-docker:latest
steps:
- name: Login to Docker Registry
run: echo "${{ secrets.REGISTRYTOKEN }}" | docker login "${{ vars.REGISTRY_URL }}" -u "${{ github.repository_owner }}" --password-stdin

View File

@@ -1,19 +0,0 @@
name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: linux_amd64
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"
- run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
- name: Check out repository code
uses: actions/checkout@v4
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
- name: List files in the repository
run: |
ls ${{ gitea.workspace }}
- run: echo "🍏 This job's status is ${{ job.status }}."