Added gitea CI/CD configuration
Some checks failed
Create Docker Image / Build Docker Image (push) Failing after 11s
Some checks failed
Create Docker Image / Build Docker Image (push) Failing after 11s
This commit is contained in:
parent
2c25aaf56c
commit
bd48344ac4
@ -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: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user