File tree Expand file tree Collapse file tree 1 file changed +5
-10
lines changed
Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments