feat: Testing CI/CD.

This commit is contained in:
2026-04-16 13:02:42 +02:00
parent 6caad6ee97
commit 9165ae597a
+1
View File
@@ -41,3 +41,4 @@ 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