runner-images/.gitea/workflows/node-npm.yaml
Jan Gleytenhoover cf20d40c75
All checks were successful
Node npm / Build and push image (pull_request) Successful in 35s
Node ssh / Build and push image (pull_request) Successful in 1m36s
Rust node / Build and push image (pull_request) Successful in 1m43s
PHP 8.2 / Build and push image (pull_request) Successful in 49s
PHP deployer / Build and push image (pull_request) Successful in 35s
ZMK builder / Build and push image (pull_request) Successful in 1m47s
Update .gitea/workflows/node-npm.yaml
2024-08-16 19:10:00 +00:00

27 lines
663 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
REGISTRY_USERNAME: ${{ secrets.REGISTRY_USERNAME }}
REGISTRY_TOKEN: ${{ secrets.REGISTRY_TOKEN }}
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}