Refactor build.yaml file

This commit is contained in:
Alex Borisov 2024-01-29 20:06:09 +03:00
parent 4ab7a4621d
commit e0737b04dc

View File

@ -3,14 +3,13 @@ run-name: ${{ gitea.actor }} is building new image 🚀
on: push on: push
jobs: jobs:
Explore-Gitea-Actions: build:
runs-on: soaska runs-on: soaska
steps: steps:
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event." - run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
- run: apk add --no-cache nodejs - run: apk add --no-cache nodejs
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v3 uses: actions/checkout@v3
- run: echo "🍏 This job's status is ${{ job.status }}."
- name: Install Docker - name: Install Docker
run: | run: |
apk add --no-cache docker apk add --no-cache docker