v1.0.0 #28

Merged
bizcochito merged 147 commits from develop into main 2024-01-14 19:49:34 +00:00
1 changed files with 8 additions and 8 deletions
Showing only changes of commit 47c6127cb8 - Show all commits

View File

@ -8,19 +8,19 @@ on:
jobs:
unit-test:
container:
image: catthehacker/ubuntu:act-22.04
image: node:16-bullseye-slim
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v3
- name: Run test job
uses: ./.gitea/workflows/test.yaml
build:
container:
image: catthehacker/ubuntu:act-22.04
image: node:16-bullseye-slim
needs: unit-test
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v3
- name: Docker meta
id: meta
uses: docker/metadata-action@v5