Prova pipeline 12
Some checks failed
Compila e pubblica sul registro integrato / Build-Docker-Image (push) Failing after 1m8s

This commit is contained in:
La Programmatrice Verde
2025-12-30 00:59:42 +01:00
parent b3266c20c6
commit fd67285c36

View File

@@ -4,7 +4,7 @@ on: [push]
jobs:
Build-Docker-Image:
runs-on: linux_amd64
container: gitea/act_runner
container: gitea.laprogrammatriceverde.crabdance.com/verde/gitea-actions
steps:
- name: Login to Docker Registry
run: echo "${{ secrets.REGISTRYTOKEN }}" | docker login "${{ vars.REGISTRY_URL }}" -u "${{ github.repository_owner }}" --password-stdin
@@ -16,6 +16,7 @@ jobs:
run: |
docker build -t ${{ github.repository }}:latest .
- name: Push Docker image
- name: Publish Docker image
run: |
docker tag "${{ github.repository }}":latest "${{ vars.REGISTRY_URL }}"/"${{ github.repository }}":latest
docker push "${{ github.repository }}:latest"