Added gitea CI/CD configuration
Some checks failed
Create Docker Image / Build Docker Image (push) Failing after 11s

This commit is contained in:
Deon George 2024-04-06 11:47:17 +11:00
parent 2c25aaf56c
commit bd48344ac4

View File

@ -49,7 +49,8 @@ jobs:
echo "++ workspace" && ls ${{ gitea.workspace }} echo "++ workspace" && ls ${{ gitea.workspace }}
echo "++ host is ${{ gitea.repository }}" echo "++ host is ${{ gitea.repository }}"
echo "++ registry is ${{ steps.registry.outputs.registry }}" echo "++ registry is ${{ steps.registry.outputs.registry }}"
echo "++ steps is ${{ steps }}" echo "++ steps is " && echo ${{ steps }} | jq
echo "++ container ${{ steps.registry.outputs.registry }}/${{ env.GITHUB_REPOSITORY }}:${{ env.VERSION }}"
- name: Build - name: Build
run: | run: |