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

This commit is contained in:
Deon George 2024-04-06 10:51:32 +11:00
parent dd37748bf0
commit 68bb253718
1 changed files with 2 additions and 2 deletions

View File

@ -40,8 +40,8 @@ jobs:
echo "++ Environment" && env|sort
echo "++ PWD" && pwd
echo "++ ls" && ls -al
echo "++ workspace" && ls ${{ gitea.workspace }}
echo "++ host is ${{ gitea.host }}"
echo "++ workspace" && ls ${{ gitea.workspace }}
echo "++ host is ${{ gitea.host }}"
- name: Build
run: |