Merge pull request 'gitea: try first own docker run build via Gitea actions' (#3) from add_gitea_action_pipeline into master
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 6m44s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 6m44s
Reviewed-on: #3
This commit is contained in:
commit
7570da5710
@ -6,14 +6,7 @@ jobs:
|
|||||||
Explore-Gitea-Actions:
|
Explore-Gitea-Actions:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
|
- name: Check out repository
|
||||||
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"
|
uses: actions/checkout@v5
|
||||||
- run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
|
- run: echo "Starting building the docker image"
|
||||||
- name: Check out repository code
|
- run: docker build -t andreas/rsyncd:latest .
|
||||||
uses: actions/checkout@v4
|
|
||||||
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
|
|
||||||
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
|
|
||||||
- name: List files in the repository
|
|
||||||
run: |
|
|
||||||
ls ${{ gitea.workspace }}
|
|
||||||
- run: echo "🍏 This job's status is ${{ job.status }}."
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user