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

This commit is contained in:
Deon George 2024-04-06 11:47:17 +11:00
parent 2c25aaf56c
commit bd48344ac4
1 changed files with 2 additions and 1 deletions

View File

@ -49,7 +49,8 @@ jobs:
echo "++ workspace" && ls ${{ gitea.workspace }}
echo "++ host is ${{ gitea.repository }}"
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
run: |