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

This commit is contained in:
Deon George 2024-04-06 11:03:09 +11:00
parent 020701b4c4
commit ebe7da000e

View File

@ -33,7 +33,6 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v4
- run: echo "Checked out ${{ gitea.repository }}"
- name: Environment part 2
run: |
@ -41,7 +40,7 @@ jobs:
echo "++ PWD" && pwd
echo "++ ls" && ls -al
echo "++ workspace" && ls ${{ gitea.workspace }}
echo "++ host is $(${{ gitea.server_url }} | sed -e 's#^http(s)?://##'")
echo "++ host is $(${{ gitea.server_url }} | sed -e 's#^http(s)?://##')
- name: Build
run: |