Jan Gleytenhoover
05a3d279c3
Some checks failed
Node npm / Build and push image (pull_request) Failing after 16s
Node ssh / Build and push image (pull_request) Successful in 1m17s
PHP 8.2 / Build and push image (pull_request) Successful in 36s
PHP deployer / Build and push image (pull_request) Successful in 33s
Rust node / Build and push image (pull_request) Successful in 1m45s
ZMK builder / Build and push image (pull_request) Successful in 1m52s
23 lines
437 B
YAML
23 lines
437 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@v1
|
|
with:
|
|
name: node-npm
|