Skip to content

Commit 6d45e41

Browse files
committed
update workflow
1 parent 3a3cf87 commit 6d45e41

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

.gitea/workflows/demo.yml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,9 @@ jobs:
66
Explore-Gitea-Actions:
77
runs-on: ubuntu-latest
88
steps:
9-
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
10-
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"
11-
- run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
12-
- name: Check out repository code
9+
- name: Checkout
1310
uses: actions/checkout@v4
14-
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
15-
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
16-
- name: List files in the repository
17-
run: |
18-
ls ${{ gitea.workspace }}
19-
- run: echo "🍏 This job's status is ${{ job.status }}."
11+
- name: Build
12+
run: docker build -t registery.toadonload.ru/garden:latest
13+
- name: Push
14+
run: docker push registery.toadonload.ru/garden:latest

0 commit comments

Comments
 (0)