Jan Gleytenhoover
8311eb587b
Some checks failed
Node npm / Build and push image (pull_request) Failing after 18s
PHP 8.2 / Build and push image (pull_request) Successful in 45s
Node ssh / Build and push image (pull_request) Successful in 1m36s
PHP deployer / Build and push image (pull_request) Successful in 38s
Rust node / Build and push image (pull_request) Successful in 1m52s
ZMK builder / Build and push image (pull_request) Successful in 2m2s
23 lines
439 B
YAML
23 lines
439 B
YAML
name: Node npm
|
|
on:
|
|
schedule:
|
|
- cron: "@weekly"
|
|
push:
|
|
branches: [main]
|
|
paths:
|
|
- .gitea/workflows/node-npm.yaml
|
|
- images/actions/node-npm/**
|
|
pull_request:
|
|
|
|
jobs:
|
|
build:
|
|
name: Build and push image
|
|
runs-on: ubuntu-latest
|
|
container: catthehacker/ubuntu:act-latest
|
|
|
|
steps:
|
|
- name: Checkout
|
|
uses: https://git.kjan.de/actions/docker-build@main
|
|
with:
|
|
name: node-npm
|