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
jobs:
Explore-Gitea-Actions:
build:
runs-on: soaska
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
- run: apk add --no-cache nodejs
- name: Check out repository code
uses: actions/checkout@v3
- run: echo "🍏 This job's status is ${{ job.status }}."
- name: Install Docker
run: |
apk add --no-cache docker