Skip to content

Disable update-notifier for NPM (#29) #36

Disable update-notifier for NPM (#29)

Disable update-notifier for NPM (#29) #36

Workflow file for this run

name: Build nodejs-19
on:
push:
branches:
- main
paths:
- nodejs/nodejs-19/*
- nodejs/entrypoint.sh
- .github/workflows/nodejs-19.yml
jobs:
push:
name: "nodejs-19"
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v3
- uses: docker/setup-buildx-action@v2
with:
version: "v0.9.1"
buildkitd-flags: --debug
- uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- uses: docker/build-push-action@v3
with:
context: ./nodejs
file: ./nodejs/nodejs-19/Dockerfile
platforms: linux/amd64
push: true
tags: |
ghcr.io/sparkedhost/images:nodejs-19