fix: Fixing typo in build.yaml.
Build and Push Docker Image / changes (push) Successful in 1m4s
Build and Push Docker Image / build-apache (push) Failing after 8s
Build and Push Docker Image / build-php (push) Failing after 8s

This commit is contained in:
2026-04-16 13:04:16 +02:00
parent 9165ae597a
commit 229ee9d6bd
+1 -2
View File
@@ -2,7 +2,7 @@ name: Build and Push Docker Image
on: on:
push: push:
brancher: branches:
- main - main
jobs: jobs:
@@ -41,4 +41,3 @@ jobs:
- run: echo "${{ secrets.REGISTRY_PASSWORD }}" | docker login ${{ secrets.REGISTRY_URL }} -u ${{ secrets.REGISTRY_USER }} --password-stdin - run: echo "${{ secrets.REGISTRY_PASSWORD }}" | docker login ${{ secrets.REGISTRY_URL }} -u ${{ secrets.REGISTRY_USER }} --password-stdin
- run: docker build -t ${{ secrets.REGISTRY_URL }}/${{ gitea.repository }}/php:latest ./php - run: docker build -t ${{ secrets.REGISTRY_URL }}/${{ gitea.repository }}/php:latest ./php
- run: docker push ${{ secrets.REGISTRY_URL }}/${{ gitea.repository }}/php:latest - run: docker push ${{ secrets.REGISTRY_URL }}/${{ gitea.repository }}/php:latest