Skip to content

chore(deps): update node.js runtime #47

chore(deps): update node.js runtime

chore(deps): update node.js runtime #47

Workflow file for this run

name: Build & Push Node.js 20 to OCI Image Registry
on:
push:
branches:
- main
paths:
- "20/**/Dockerfile"
pull_request:
branches:
- main
paths:
- "20/**/Dockerfile"
jobs:
workdirs:
uses: ./.github/workflows/specify-workdir.yaml
with:
base-dir: 20
image:
uses: ./.github/workflows/build.yaml
needs: workdirs
with:
workdirs: ${{ needs.workdirs.outputs.workdirs-array }}
images: |
docker.io/hazmi35/node
ghcr.io/hazmi35/node
secrets:
docker-hub-username: hazmi35
docker-hub-access-token: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
ghcr-username: ${{ github.repository_owner }}
ghcr-access-token: ${{ secrets.GITHUB_TOKEN }}